#396048

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

Shades of Plantation #396048

Tints of Plantation #396048

Color information

#396048 (or 0x396048) is unknown color: approx Plantation. HEX triplet: 39, 60 and 48. RGB value is (57,96,72). Sum of RGB (Red+Green+Blue) = 57+96+72=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #396048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396048 is #C69FB7. Grayscale: #515151. Windows color (decimal): -13017016 or 4743225. OLE color: 4743225.

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

Color convert

RGB579672-
CMYK0.4100.250.62
HSL143.08º25.49%30%-
HSV(B)143.08º40.62%37.65%-
XYZ7.049.77.63-
YUV81.6122.58110.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 72 (28.52% from 255) = 32%
R=25.33%
G=42.67%
B=32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796720.4100.250.62143.0825.4930
Hex396048290193E8f191e
Octal7114011051031762173136
Binary11100111000001001000101001011001111110100011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396048; }

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

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

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

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

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

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

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

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