Shades of Green House #36692A
Tints of Green House #36692A
RGB
CMYK
RGB Variations
Color information
#36692A (or 0x36692A) is known color: Green House. HEX triplet: 36, 69 and 2A. RGB value is (54,105,42). Sum of RGB (Red+Green+Blue) = 54+105+42=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #36692A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36692A is #C996D5. Grayscale: #525252. Windows color (decimal): -13211350 or 2779446. OLE color: 2779446.
HSL color Cylindrical-coordinate representation of color #36692A: hue angle of 108.57º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36692A is Cyan = 0.49, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 105 | 42 | - |
| CMYK | 0.49 | 0 | 0.6 | 0.59 |
| HSL | 108.57º | 0.43% | 0.29% | - |
| HSV(B) | 108.57º | 0.6% | 0.41% | - |
| XYZ | 6.99 | 11.05 | 3.96 | - |
| YUV | 82.57 | 105.1 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 42 | 0.49 | 0 | 0.6 | 0.59 | 108.57 | 0.43 | 0.29 |
| Hex | 36 | 69 | 2A | 31 | 0 | 3C | 3B | 6D | 2B | 1D |
| Octal | 66 | 151 | 52 | 61 | 0 | 74 | 73 | 155 | 53 | 35 |
| Binary | 110110 | 1101001 | 101010 | 110001 | 0 | 111100 | 111011 | 1101101 | 101011 | 11101 |
Color Harmonies of #36692A
Complementary color
Monochromatic Colors of #36692A
Black with #36692A
Text Example
Text Example
White with #36692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36692A; }
p { color: rgb(54,105,42); }
H1.HeaderClassName
{
color: #36692A;
}
.AnyTagClassName
{
color: #36692A;
}
</style>
background-color css
<style>
a { background-color: #36692A; }
a { background-color: rgb(54,105,42); }
div.DivClassName
{
background-color: #36692A;
}
.BgClassName
{
background-color: #36692A;
}
</style>
border-color css
<style>
span { border-color: #36692A; }
span { border-color: rgb(54,105,42); }
td.TdClassName
{
border-color: #36692A;
}
.TagClassName
{
border-color: #36692A;
}
</style>