#396133

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

Shades of Green House #396133

Tints of Green House #396133

Color information

#396133 (or 0x396133) is unknown color: approx Green House. HEX triplet: 39, 61 and 33. RGB value is (57,97,51). Sum of RGB (Red+Green+Blue) = 57+97+51=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #396133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396133 is #C69ECC. Grayscale: #4F4F4F. Windows color (decimal): -13016781 or 3367225. OLE color: 3367225.

HSL color Cylindrical-coordinate representation of color #396133: hue angle of 112.17º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396133 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB579751-
CMYK0.4100.470.62
HSL112.17º31.08%29.02%-
HSV(B)112.17º47.42%38.04%-
XYZ6.569.664.65-
YUV79.8111.75111.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 51 (20.31% from 255) = 24.88%
R=27.80%
G=47.32%
B=24.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797510.4100.470.62112.1731.0829.02
Hex3961332902F3E701f1d
Octal711416351057761603735
Binary1110011100001110011101001010111111111011100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396133; }

 p { color: rgb(57,97,51); }

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

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

 a { background-color: rgb(57,97,51); }

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

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

 span { border-color: rgb(57,97,51); }

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