Shades of Green House #396922
Tints of Green House #396922
RGB
CMYK
RGB Variations
Color information
#396922 (or 0x396922) is known color: Green House. HEX triplet: 39, 69 and 22. RGB value is (57,105,34). Sum of RGB (Red+Green+Blue) = 57+105+34=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #396922 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396922 is #C696DD. Grayscale: #525252. Windows color (decimal): -13014750 or 2255161. OLE color: 2255161.
HSL color Cylindrical-coordinate representation of color #396922: hue angle of 100.56º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #396922 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 105 | 34 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.59 |
| HSL | 100.56º | 0.51% | 0.27% | - |
| HSV(B) | 100.56º | 0.68% | 0.41% | - |
| XYZ | 7.03 | 11.09 | 3.28 | - |
| YUV | 82.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 105 | 34 | 0.46 | 0 | 0.68 | 0.59 | 100.56 | 0.51 | 0.27 |
| Hex | 39 | 69 | 22 | 2E | 0 | 44 | 3B | 65 | 33 | 1B |
| Octal | 71 | 151 | 42 | 56 | 0 | 104 | 73 | 145 | 63 | 33 |
| Binary | 111001 | 1101001 | 100010 | 101110 | 0 | 1000100 | 111011 | 1100101 | 110011 | 11011 |
Color Harmonies of #396922
Complementary color
Monochromatic Colors of #396922
Black with #396922
Text Example
Text Example
White with #396922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396922; }
p { color: rgb(57,105,34); }
H1.HeaderClassName
{
color: #396922;
}
.AnyTagClassName
{
color: #396922;
}
</style>
background-color css
<style>
a { background-color: #396922; }
a { background-color: rgb(57,105,34); }
div.DivClassName
{
background-color: #396922;
}
.BgClassName
{
background-color: #396922;
}
</style>
border-color css
<style>
span { border-color: #396922; }
span { border-color: rgb(57,105,34); }
td.TdClassName
{
border-color: #396922;
}
.TagClassName
{
border-color: #396922;
}
</style>