#39604B

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

Shades of Plantation #39604B

Tints of Plantation #39604B

Color information

#39604B (or 0x39604B) is unknown color: approx Plantation. HEX triplet: 39, 60 and 4B. RGB value is (57,96,75). Sum of RGB (Red+Green+Blue) = 57+96+75=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #39604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39604B is #C69FB4. Grayscale: #515151. Windows color (decimal): -13017013 or 4939833. OLE color: 4939833.

HSL color Cylindrical-coordinate representation of color #39604B: hue angle of 147.69º 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 #39604B is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB579675-
CMYK0.4100.220.62
HSL147.69º25.49%30%-
HSV(B)147.69º40.62%37.65%-
XYZ7.149.748.16-
YUV81.94124.08110.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=25%
G=42.11%
B=32.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796750.4100.220.62147.6925.4930
Hex39604B290163E94191e
Octal7114011351026762243136
Binary11100111000001001011101001010110111110100101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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