Shades of Green House #366C26
Tints of Green House #366C26
RGB
CMYK
RGB Variations
Color information
#366C26 (or 0x366C26) is known color: Green House. HEX triplet: 36, 6C and 26. RGB value is (54,108,38). Sum of RGB (Red+Green+Blue) = 54+108+38=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 108 (42.58% from 255 or 54% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 108 - color contains mainly: green. Hex color #366C26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366C26 is #C993D9. Grayscale: #545454. Windows color (decimal): -13210586 or 2518070. OLE color: 2518070.
HSL color Cylindrical-coordinate representation of color #366C26: hue angle of 106.29º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #366C26 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 108 | 38 | - |
| CMYK | 0.50 | 0 | 0.65 | 0.58 |
| HSL | 106.29º | 0.48% | 0.29% | - |
| HSV(B) | 106.29º | 0.65% | 0.42% | - |
| XYZ | 7.23 | 11.65 | 3.7 | - |
| YUV | 83.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 38 | 0.50 | 0 | 0.65 | 0.58 | 106.29 | 0.48 | 0.29 |
| Hex | 36 | 6C | 26 | 32 | 0 | 41 | 3A | 6A | 30 | 1D |
| Octal | 66 | 154 | 46 | 62 | 0 | 101 | 72 | 152 | 60 | 35 |
| Binary | 110110 | 1101100 | 100110 | 110010 | 0 | 1000001 | 111010 | 1101010 | 110000 | 11101 |
Color Harmonies of #366C26
Complementary color
Monochromatic Colors of #366C26
Black with #366C26
Text Example
Text Example
White with #366C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366C26; }
p { color: rgb(54,108,38); }
H1.HeaderClassName
{
color: #366C26;
}
.AnyTagClassName
{
color: #366C26;
}
</style>
background-color css
<style>
a { background-color: #366C26; }
a { background-color: rgb(54,108,38); }
div.DivClassName
{
background-color: #366C26;
}
.BgClassName
{
background-color: #366C26;
}
</style>
border-color css
<style>
span { border-color: #366C26; }
span { border-color: rgb(54,108,38); }
td.TdClassName
{
border-color: #366C26;
}
.TagClassName
{
border-color: #366C26;
}
</style>