Shades of Green House #36652A
Tints of Green House #36652A
RGB
CMYK
RGB Variations
Color information
#36652A (or 0x36652A) is known color: Green House. HEX triplet: 36, 65 and 2A. RGB value is (54,101,42). Sum of RGB (Red+Green+Blue) = 54+101+42=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 101 (39.84% from 255 or 51.27% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 101 - color contains mainly: green. Hex color #36652A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36652A is #C99AD5. Grayscale: #505050. Windows color (decimal): -13212374 or 2778422. OLE color: 2778422.
HSL color Cylindrical-coordinate representation of color #36652A: hue angle of 107.8º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36652A is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 101 | 42 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.60 |
| HSL | 107.8º | 0.41% | 0.28% | - |
| HSV(B) | 107.8º | 0.58% | 0.4% | - |
| XYZ | 6.59 | 10.26 | 3.82 | - |
| YUV | 80.22 | 106.43 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 42 | 0.47 | 0 | 0.58 | 0.60 | 107.8 | 0.41 | 0.28 |
| Hex | 36 | 65 | 2A | 2F | 0 | 3A | 3C | 6C | 29 | 1C |
| Octal | 66 | 145 | 52 | 57 | 0 | 72 | 74 | 154 | 51 | 34 |
| Binary | 110110 | 1100101 | 101010 | 101111 | 0 | 111010 | 111100 | 1101100 | 101001 | 11100 |
Color Harmonies of #36652A
Complementary color
Monochromatic Colors of #36652A
Black with #36652A
Text Example
Text Example
White with #36652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36652A; }
p { color: rgb(54,101,42); }
H1.HeaderClassName
{
color: #36652A;
}
.AnyTagClassName
{
color: #36652A;
}
</style>
background-color css
<style>
a { background-color: #36652A; }
a { background-color: rgb(54,101,42); }
div.DivClassName
{
background-color: #36652A;
}
.BgClassName
{
background-color: #36652A;
}
</style>
border-color css
<style>
span { border-color: #36652A; }
span { border-color: rgb(54,101,42); }
td.TdClassName
{
border-color: #36652A;
}
.TagClassName
{
border-color: #36652A;
}
</style>