#39604A

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

Shades of Plantation #39604A

Tints of Plantation #39604A

Color information

#39604A (or 0x39604A) is unknown color: approx Plantation. HEX triplet: 39, 60 and 4A. RGB value is (57,96,74). Sum of RGB (Red+Green+Blue) = 57+96+74=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #39604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39604A is #C69FB5. Grayscale: #515151. Windows color (decimal): -13017014 or 4874297. OLE color: 4874297.

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

Color convert

RGB579674-
CMYK0.4100.230.62
HSL146.15º25.49%30%-
HSV(B)146.15º40.62%37.65%-
XYZ7.119.737.98-
YUV81.83123.58110.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=25.11%
G=42.29%
B=32.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796740.4100.230.62146.1525.4930
Hex39604A290173E92191e
Octal7114011251027762223136
Binary11100111000001001010101001010111111110100100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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