#39604D

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

Shades of Plantation #39604D

Tints of Plantation #39604D

Color information

#39604D (or 0x39604D) is unknown color: approx Plantation. HEX triplet: 39, 60 and 4D. RGB value is (57,96,77). Sum of RGB (Red+Green+Blue) = 57+96+77=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #39604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39604D is #C69FB2. Grayscale: #525252. Windows color (decimal): -13017011 or 5070905. OLE color: 5070905.

HSL color Cylindrical-coordinate representation of color #39604D: hue angle of 150.77º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #39604D is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB579677-
CMYK0.4100.200.62
HSL150.77º25.49%30%-
HSV(B)150.77º40.62%37.65%-
XYZ7.219.778.53-
YUV82.17125.08110.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=24.78%
G=41.74%
B=33.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796770.4100.200.62150.7725.4930
Hex39604D290143E97191e
Octal7114011551024762273136
Binary11100111000001001101101001010100111110100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39604D; }

 p { color: rgb(57,96,77); }

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

<style>
 a { background-color: #39604D; }

 a { background-color: rgb(57,96,77); }

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

<style>
 span { border-color: #39604D; }

 span { border-color: rgb(57,96,77); }

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