#396648

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

Shades of Plantation #396648

Tints of Plantation #396648

Color information

#396648 (or 0x396648) is unknown color: approx Plantation. HEX triplet: 39, 66 and 48. RGB value is (57,102,72). Sum of RGB (Red+Green+Blue) = 57+102+72=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #396648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396648 is #C699B7. Grayscale: #555555. Windows color (decimal): -13015480 or 4744761. OLE color: 4744761.

HSL color Cylindrical-coordinate representation of color #396648: hue angle of 140º 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 #396648 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB5710272-
CMYK0.4400.290.6
HSL140º28.3%31.18%-
HSV(B)140º44.12%40%-
XYZ7.6110.847.82-
YUV85.12120.59107.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.68%
GREEN value IS 102 (40.23% from 255) = 44.16%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=24.68%
G=44.16%
B=31.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57102720.4400.290.614028.331.18
Hex3966482C01D3C8c1c1f
Octal7114611054035742143437
Binary11100111001101001000101100011101111100100011001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396648; }

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

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

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

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

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

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

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

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