Shades of Green House #396C31
Tints of Green House #396C31
RGB
CMYK
RGB Variations
Color information
#396C31 (or 0x396C31) is known color: Green House. HEX triplet: 39, 6C and 31. RGB value is (57,108,49). Sum of RGB (Red+Green+Blue) = 57+108+49=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #396C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396C31 is #C693CE. Grayscale: #565656. Windows color (decimal): -13013967 or 3238969. OLE color: 3238969.
HSL color Cylindrical-coordinate representation of color #396C31: hue angle of 111.86º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #396C31 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 108 | 49 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.58 |
| HSL | 111.86º | 0.38% | 0.31% | - |
| HSV(B) | 111.86º | 0.55% | 0.42% | - |
| XYZ | 7.6 | 11.82 | 4.79 | - |
| YUV | 86.03 | 107.1 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 49 | 0.47 | 0 | 0.55 | 0.58 | 111.86 | 0.38 | 0.31 |
| Hex | 39 | 6C | 31 | 2F | 0 | 37 | 3A | 70 | 26 | 1F |
| Octal | 71 | 154 | 61 | 57 | 0 | 67 | 72 | 160 | 46 | 37 |
| Binary | 111001 | 1101100 | 110001 | 101111 | 0 | 110111 | 111010 | 1110000 | 100110 | 11111 |
Color Harmonies of #396C31
Complementary color
Monochromatic Colors of #396C31
Black with #396C31
Text Example
Text Example
White with #396C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396C31; }
p { color: rgb(57,108,49); }
H1.HeaderClassName
{
color: #396C31;
}
.AnyTagClassName
{
color: #396C31;
}
</style>
background-color css
<style>
a { background-color: #396C31; }
a { background-color: rgb(57,108,49); }
div.DivClassName
{
background-color: #396C31;
}
.BgClassName
{
background-color: #396C31;
}
</style>
border-color css
<style>
span { border-color: #396C31; }
span { border-color: rgb(57,108,49); }
td.TdClassName
{
border-color: #396C31;
}
.TagClassName
{
border-color: #396C31;
}
</style>