#39564A

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

Shades of Plantation #39564A

Tints of Plantation #39564A

Color information

#39564A (or 0x39564A) is unknown color: approx Plantation. HEX triplet: 39, 56 and 4A. RGB value is (57,86,74). Sum of RGB (Red+Green+Blue) = 57+86+74=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 86 - color contains mainly: green. Hex color #39564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39564A is #C6A9B5. Grayscale: #4B4B4B. Windows color (decimal): -13019574 or 4871737. OLE color: 4871737.

HSL color Cylindrical-coordinate representation of color #39564A: hue angle of 155.17º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #39564A is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB578674-
CMYK0.3400.140.66
HSL155.17º20.28%28.04%-
HSV(B)155.17º33.72%33.73%-
XYZ6.258.027.7-
YUV75.96126.89114.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.27%
GREEN value IS 86 (33.98% from 255) = 39.63%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=26.27%
G=39.63%
B=34.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5786740.3400.140.66155.1720.2828.04
Hex39564A220E429b141c
Octal71126112420161022332434
Binary11100110101101001010100010011101000010100110111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39564A; }

 p { color: rgb(57,86,74); }

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

<style>
 a { background-color: #39564A; }

 a { background-color: rgb(57,86,74); }

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

<style>
 span { border-color: #39564A; }

 span { border-color: rgb(57,86,74); }

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