#39574A

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

Shades of Plantation #39574A

Tints of Plantation #39574A

Color information

#39574A (or 0x39574A) is unknown color: approx Plantation. HEX triplet: 39, 57 and 4A. RGB value is (57,87,74). Sum of RGB (Red+Green+Blue) = 57+87+74=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #39574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39574A is #C6A8B5. Grayscale: #4C4C4C. Windows color (decimal): -13019318 or 4871993. OLE color: 4871993.

HSL color Cylindrical-coordinate representation of color #39574A: hue angle of 154º degrees, saturation: 0.21, 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 #39574A is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB578774-
CMYK0.3400.150.66
HSL154º20.83%28.24%-
HSV(B)154º34.48%34.12%-
XYZ6.338.187.72-
YUV76.55126.56114.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 87 (34.38% from 255) = 39.91%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=26.15%
G=39.91%
B=33.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5787740.3400.150.6615420.8328.24
Hex39574A220F429a151c
Octal71127112420171022322534
Binary11100110101111001010100010011111000010100110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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