#396236

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

Shades of Green House #396236

Tints of Green House #396236

Color information

#396236 (or 0x396236) is unknown color: approx Green House. HEX triplet: 39, 62 and 36. RGB value is (57,98,54). Sum of RGB (Red+Green+Blue) = 57+98+54=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 98 - color contains mainly: green. Hex color #396236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396236 is #C69DC9. Grayscale: #505050. Windows color (decimal): -13016522 or 3564089. OLE color: 3564089.

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

Color convert

RGB579854-
CMYK0.4200.450.62
HSL115.91º28.95%29.8%-
HSV(B)115.91º44.9%38.43%-
XYZ6.729.875.04-
YUV80.72112.92111.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 98 (38.67% from 255) = 46.89%
BLUE value IS 54 (21.48% from 255) = 25.84%
R=27.27%
G=46.89%
B=25.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798540.4200.450.62115.9128.9529.8
Hex3962362A02D3E741d1e
Octal711426652055761643536
Binary1110011100010110110101010010110111111011101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396236; }

 p { color: rgb(57,98,54); }

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

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

 a { background-color: rgb(57,98,54); }

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

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

 span { border-color: rgb(57,98,54); }

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