#396E27

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

Shades of Green House #396E27

Tints of Green House #396E27

Color information

#396E27 (or 0x396E27) is unknown color: approx Green House. HEX triplet: 39, 6E and 27. RGB value is (57,110,39). Sum of RGB (Red+Green+Blue) = 57+110+39=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #396E27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396E27 is #C691D8. Grayscale: #565656. Windows color (decimal): -13013465 or 2584121. OLE color: 2584121.

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

Color convert

RGB5711039-
CMYK0.4800.650.57
HSL104.79º47.65%29.22%-
HSV(B)104.79º64.55%43.14%-
XYZ7.6312.173.87-
YUV86.06101.44107.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 110 (43.36% from 255) = 53.40%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=27.67%
G=53.40%
B=18.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57110390.4800.650.57104.7947.6529.22
Hex396E27300413969301d
Octal7115647600101711516035
Binary111001110111010011111000001000001111001110100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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