Shades of Green House #396C33
Tints of Green House #396C33
RGB
CMYK
RGB Variations
Color information
#396C33 (or 0x396C33) is known color: Green House. HEX triplet: 39, 6C and 33. RGB value is (57,108,51). Sum of RGB (Red+Green+Blue) = 57+108+51=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #396C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396C33 is #C693CC. Grayscale: #565656. Windows color (decimal): -13013965 or 3370041. OLE color: 3370041.
HSL color Cylindrical-coordinate representation of color #396C33: hue angle of 113.68º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #396C33 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 108 | 51 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.58 |
| HSL | 113.68º | 0.36% | 0.31% | - |
| HSV(B) | 113.68º | 0.53% | 0.42% | - |
| XYZ | 7.65 | 11.83 | 5.01 | - |
| YUV | 86.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 51 | 0.47 | 0 | 0.53 | 0.58 | 113.68 | 0.36 | 0.31 |
| Hex | 39 | 6C | 33 | 2F | 0 | 35 | 3A | 72 | 24 | 1F |
| Octal | 71 | 154 | 63 | 57 | 0 | 65 | 72 | 162 | 44 | 37 |
| Binary | 111001 | 1101100 | 110011 | 101111 | 0 | 110101 | 111010 | 1110010 | 100100 | 11111 |
Color Harmonies of #396C33
Complementary color
Monochromatic Colors of #396C33
Black with #396C33
Text Example
Text Example
White with #396C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396C33; }
p { color: rgb(57,108,51); }
H1.HeaderClassName
{
color: #396C33;
}
.AnyTagClassName
{
color: #396C33;
}
</style>
background-color css
<style>
a { background-color: #396C33; }
a { background-color: rgb(57,108,51); }
div.DivClassName
{
background-color: #396C33;
}
.BgClassName
{
background-color: #396C33;
}
</style>
border-color css
<style>
span { border-color: #396C33; }
span { border-color: rgb(57,108,51); }
td.TdClassName
{
border-color: #396C33;
}
.TagClassName
{
border-color: #396C33;
}
</style>