#396548

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

Shades of Plantation #396548

Tints of Plantation #396548

Color information

#396548 (or 0x396548) is unknown color: approx Plantation. HEX triplet: 39, 65 and 48. RGB value is (57,101,72). Sum of RGB (Red+Green+Blue) = 57+101+72=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #396548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396548 is #C69AB7. Grayscale: #545454. Windows color (decimal): -13015736 or 4744505. OLE color: 4744505.

HSL color Cylindrical-coordinate representation of color #396548: hue angle of 140.45º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #396548 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB5710172-
CMYK0.4400.290.60
HSL140.45º27.85%30.98%-
HSV(B)140.45º43.56%39.61%-
XYZ7.5110.657.79-
YUV84.54120.92108.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 101 (39.84% from 255) = 43.91%
BLUE value IS 72 (28.52% from 255) = 31.30%
R=24.78%
G=43.91%
B=31.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57101720.4400.290.60140.4527.8530.98
Hex3965482C01D3C8c1c1f
Octal7114511054035742143437
Binary11100111001011001000101100011101111100100011001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396548; }

 p { color: rgb(57,101,72); }

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

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

 a { background-color: rgb(57,101,72); }

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

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

 span { border-color: rgb(57,101,72); }

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