#396749

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

Shades of Plantation #396749

Tints of Plantation #396749

Color information

#396749 (or 0x396749) is unknown color: approx Plantation. HEX triplet: 39, 67 and 49. RGB value is (57,103,73). Sum of RGB (Red+Green+Blue) = 57+103+73=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #396749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396749 is #C698B6. Grayscale: #555555. Windows color (decimal): -13015223 or 4810553. OLE color: 4810553.

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

Color convert

RGB5710373-
CMYK0.4500.290.60
HSL140.87º28.75%31.37%-
HSV(B)140.87º44.66%40.39%-
XYZ7.7411.058.03-
YUV85.83120.76107.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 103 (40.62% from 255) = 44.21%
BLUE value IS 73 (28.91% from 255) = 31.33%
R=24.46%
G=44.21%
B=31.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57103730.4500.290.60140.8728.7531.37
Hex3967492D01D3C8d1d1f
Octal7114711155035742153537
Binary11100111001111001001101101011101111100100011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396749; }

 p { color: rgb(57,103,73); }

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

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

 a { background-color: rgb(57,103,73); }

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

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

 span { border-color: rgb(57,103,73); }

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