Shades of Green House #36642D
Tints of Green House #36642D
RGB
CMYK
RGB Variations
Color information
#36642D (or 0x36642D) is known color: Green House. HEX triplet: 36, 64 and 2D. RGB value is (54,100,45). Sum of RGB (Red+Green+Blue) = 54+100+45=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 100 (39.45% from 255 or 50.25% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 100 - color contains mainly: green. Hex color #36642D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36642D is #C99BD2. Grayscale: #505050. Windows color (decimal): -13212627 or 2974774. OLE color: 2974774.
HSL color Cylindrical-coordinate representation of color #36642D: hue angle of 110.18º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #36642D is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 100 | 45 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.61 |
| HSL | 110.18º | 0.38% | 0.28% | - |
| HSV(B) | 110.18º | 0.55% | 0.39% | - |
| XYZ | 6.55 | 10.09 | 4.08 | - |
| YUV | 79.98 | 108.26 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 100 | 45 | 0.46 | 0 | 0.55 | 0.61 | 110.18 | 0.38 | 0.28 |
| Hex | 36 | 64 | 2D | 2E | 0 | 37 | 3D | 6E | 26 | 1C |
| Octal | 66 | 144 | 55 | 56 | 0 | 67 | 75 | 156 | 46 | 34 |
| Binary | 110110 | 1100100 | 101101 | 101110 | 0 | 110111 | 111101 | 1101110 | 100110 | 11100 |
Color Harmonies of #36642D
Complementary color
Monochromatic Colors of #36642D
Black with #36642D
Text Example
Text Example
White with #36642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36642D; }
p { color: rgb(54,100,45); }
H1.HeaderClassName
{
color: #36642D;
}
.AnyTagClassName
{
color: #36642D;
}
</style>
background-color css
<style>
a { background-color: #36642D; }
a { background-color: rgb(54,100,45); }
div.DivClassName
{
background-color: #36642D;
}
.BgClassName
{
background-color: #36642D;
}
</style>
border-color css
<style>
span { border-color: #36642D; }
span { border-color: rgb(54,100,45); }
td.TdClassName
{
border-color: #36642D;
}
.TagClassName
{
border-color: #36642D;
}
</style>