#396147

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

Shades of Plantation #396147

Tints of Plantation #396147

Color information

#396147 (or 0x396147) is unknown color: approx Plantation. HEX triplet: 39, 61 and 47. RGB value is (57,97,71). Sum of RGB (Red+Green+Blue) = 57+97+71=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #396147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396147 is #C69EB8. Grayscale: #525252. Windows color (decimal): -13016761 or 4677945. OLE color: 4677945.

HSL color Cylindrical-coordinate representation of color #396147: hue angle of 141º degrees, saturation: 0.26, 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 #396147 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB579771-
CMYK0.4100.270.62
HSL141º25.97%30.2%-
HSV(B)141º41.24%38.04%-
XYZ7.19.877.49-
YUV82.08121.75110.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=25.33%
G=43.11%
B=31.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797710.4100.270.6214125.9730.2
Hex3961472901B3E8d1a1e
Octal7114110751033762153236
Binary11100111000011000111101001011011111110100011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396147; }

 p { color: rgb(57,97,71); }

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

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

 a { background-color: rgb(57,97,71); }

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

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

 span { border-color: rgb(57,97,71); }

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