#396E2F

Color #396E2F Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #396E2F

Tints of Green House #396E2F

Color information

#396E2F (or 0x396E2F) is unknown color: approx Green House. HEX triplet: 39, 6E and 2F. RGB value is (57,110,47). Sum of RGB (Red+Green+Blue) = 57+110+47=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 110 (43.36% from 255 or 51.40% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 110 - color contains mainly: green. Hex color #396E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396E2F is #C691D0. Grayscale: #575757. Windows color (decimal): -13013457 or 3108409. OLE color: 3108409.

HSL color Cylindrical-coordinate representation of color #396E2F: hue angle of 110.48º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #396E2F is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB5711047-
CMYK0.4800.570.57
HSL110.48º40.13%30.78%-
HSV(B)110.48º57.27%43.14%-
XYZ7.7812.234.64-
YUV86.97105.44106.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 110 (43.36% from 255) = 51.40%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=26.64%
G=51.40%
B=21.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57110470.4800.570.57110.4840.1330.78
Hex396E2F30039396e281f
Octal711565760071711565037
Binary11100111011101011111100000111001111001110111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396E2F; }

 p { color: rgb(57,110,47); }

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

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

 a { background-color: rgb(57,110,47); }

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

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

 span { border-color: rgb(57,110,47); }

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