Shades of Green House #366225
Tints of Green House #366225
RGB
CMYK
RGB Variations
Color information
#366225 (or 0x366225) is known color: Green House. HEX triplet: 36, 62 and 25. RGB value is (54,98,37). Sum of RGB (Red+Green+Blue) = 54+98+37=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #366225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366225 is #C99DDA. Grayscale: #4E4E4E. Windows color (decimal): -13213147 or 2449974. OLE color: 2449974.
HSL color Cylindrical-coordinate representation of color #366225: hue angle of 103.28º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #366225 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 98 | 37 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.62 |
| HSL | 103.28º | 0.45% | 0.26% | - |
| HSV(B) | 103.28º | 0.62% | 0.38% | - |
| XYZ | 6.22 | 9.65 | 3.29 | - |
| YUV | 77.89 | 104.92 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 37 | 0.45 | 0 | 0.62 | 0.62 | 103.28 | 0.45 | 0.26 |
| Hex | 36 | 62 | 25 | 2D | 0 | 3E | 3E | 67 | 2D | 1A |
| Octal | 66 | 142 | 45 | 55 | 0 | 76 | 76 | 147 | 55 | 32 |
| Binary | 110110 | 1100010 | 100101 | 101101 | 0 | 111110 | 111110 | 1100111 | 101101 | 11010 |
Color Harmonies of #366225
Complementary color
Monochromatic Colors of #366225
Black with #366225
Text Example
Text Example
White with #366225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366225; }
p { color: rgb(54,98,37); }
H1.HeaderClassName
{
color: #366225;
}
.AnyTagClassName
{
color: #366225;
}
</style>
background-color css
<style>
a { background-color: #366225; }
a { background-color: rgb(54,98,37); }
div.DivClassName
{
background-color: #366225;
}
.BgClassName
{
background-color: #366225;
}
</style>
border-color css
<style>
span { border-color: #366225; }
span { border-color: rgb(54,98,37); }
td.TdClassName
{
border-color: #366225;
}
.TagClassName
{
border-color: #366225;
}
</style>