#41574F

Color #41574F Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #41574F

Tints of Plantation #41574F

Color information

#41574F (or 0x41574F) is unknown color: approx Plantation. HEX triplet: 41, 57 and 4F. RGB value is (65,87,79). Sum of RGB (Red+Green+Blue) = 65+87+79=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 87 - color contains mainly: green. Hex color #41574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41574F is #BEA8B0. Grayscale: #4F4F4F. Windows color (decimal): -12495025 or 5199681. OLE color: 5199681.

HSL color Cylindrical-coordinate representation of color #41574F: hue angle of 158.18º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #41574F is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB658779-
CMYK0.2500.090.66
HSL158.18º14.47%29.8%-
HSV(B)158.18º25.29%34.12%-
XYZ78.58.67-
YUV79.51127.71117.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.14%
GREEN value IS 87 (34.38% from 255) = 37.66%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=28.14%
G=37.66%
B=34.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6587790.2500.090.66158.1814.4729.8
Hex41574F1909429ee1e
Octal101127117310111022361636
Binary1000001101011110011111100101001100001010011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41574F;
 }
 .AnyTagClassName
 {
   color: #41574F;
 }
</style>
background-color css

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

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

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

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

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

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