Shades of Green House #366432
Tints of Green House #366432
RGB
CMYK
RGB Variations
Color information
#366432 (or 0x366432) is known color: Green House. HEX triplet: 36, 64 and 32. RGB value is (54,100,50). Sum of RGB (Red+Green+Blue) = 54+100+50=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 100 - color contains mainly: green. Hex color #366432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366432 is #C99BCD. Grayscale: #505050. Windows color (decimal): -13212622 or 3302454. OLE color: 3302454.
HSL color Cylindrical-coordinate representation of color #366432: hue angle of 115.2º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366432 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 100 | 50 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.61 |
| HSL | 115.2º | 0.33% | 0.29% | - |
| HSV(B) | 115.2º | 0.5% | 0.39% | - |
| XYZ | 6.65 | 10.13 | 4.62 | - |
| YUV | 80.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 100 | 50 | 0.46 | 0 | 0.50 | 0.61 | 115.2 | 0.33 | 0.29 |
| Hex | 36 | 64 | 32 | 2E | 0 | 32 | 3D | 73 | 21 | 1D |
| Octal | 66 | 144 | 62 | 56 | 0 | 62 | 75 | 163 | 41 | 35 |
| Binary | 110110 | 1100100 | 110010 | 101110 | 0 | 110010 | 111101 | 1110011 | 100001 | 11101 |
Color Harmonies of #366432
Complementary color
Monochromatic Colors of #366432
Black with #366432
Text Example
Text Example
White with #366432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366432; }
p { color: rgb(54,100,50); }
H1.HeaderClassName
{
color: #366432;
}
.AnyTagClassName
{
color: #366432;
}
</style>
background-color css
<style>
a { background-color: #366432; }
a { background-color: rgb(54,100,50); }
div.DivClassName
{
background-color: #366432;
}
.BgClassName
{
background-color: #366432;
}
</style>
border-color css
<style>
span { border-color: #366432; }
span { border-color: rgb(54,100,50); }
td.TdClassName
{
border-color: #366432;
}
.TagClassName
{
border-color: #366432;
}
</style>