Html Css Color HEX #41594F Plantation

📋 copy color: '#41594F'

red 65 ◦ green 89 ◦ blue 79

#41594F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #41594F

Tints of Plantation #41594F

RGB

 RED value IS 65 (25.78% from 255) = 27.9%

 GREEN value IS 89 (35.16% from 255) = 38.2%

 BLUE value IS 79 (31.25% from 255) = 33.91%

R = 27.9%
G = 38.2%
B = 33.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#41594F (or 0x41594F) is known color: Plantation. HEX triplet: 41, 59 and 4F. RGB value is (65,89,79). Sum of RGB (Red+Green+Blue) = 65+89+79=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #41594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41594F is #BEA6B0. Grayscale: #505050. Windows color (decimal): -12494513 or 5200193. OLE color: 5200193.

HSL color Cylindrical-coordinate representation of color #41594F: hue angle of 155º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #41594F is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 89 79 -
CMYK 0.27 0 0.11 0.65
HSL 155º 0.16% 0.3% -
HSV(B) 155º 0.27% 0.35% -
XYZ 7.16 8.83 8.72 -
YUV 80.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 65 89 79 0.27 0 0.11 0.65 155 0.16 0.3
Hex 41 59 4F 1B 0 B 41 9B 10 1E
Octal 101 131 117 33 0 13 101 233 20 36
Binary 1000001 1011001 1001111 11011 0 1011 1000001 10011011 10000 11110

Color Harmonies of #41594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41594F

Black with #41594F

Text Example


Text Example

White with #41594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41594F; }

 p { color: rgb(65,89,79); }

 H1.HeaderClassName
 {
   color: #41594F;
 }
 .AnyTagClassName
 {
   color: #41594F;
 }
</style>

background-color css

<style>
 a { background-color: #41594F; }

 a { background-color: rgb(65,89,79); }

 div.DivClassName
 {
   background-color: #41594F;
 }
 .BgClassName
 {
   background-color: #41594F;
 }
</style>

border-color css

<style>
 span { border-color: #41594F; }

 span { border-color: rgb(65,89,79); }

 td.TdClassName
 {
   border-color: #41594F;
 }
 .TagClassName
 {
   border-color: #41594F;
 }
</style>