Shades of Green House #365932
Tints of Green House #365932
RGB
CMYK
RGB Variations
Color information
#365932 (or 0x365932) is known color: Green House. HEX triplet: 36, 59 and 32. RGB value is (54,89,50). Sum of RGB (Red+Green+Blue) = 54+89+50=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #365932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365932 is #C9A6CD. Grayscale: #4A4A4A. Windows color (decimal): -13215438 or 3299638. OLE color: 3299638.
HSL color Cylindrical-coordinate representation of color #365932: hue angle of 113.85º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #365932 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 89 | 50 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.65 |
| HSL | 113.85º | 0.28% | 0.27% | - |
| HSV(B) | 113.85º | 0.44% | 0.35% | - |
| XYZ | 5.67 | 8.16 | 4.29 | - |
| YUV | 74.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 89 | 50 | 0.39 | 0 | 0.44 | 0.65 | 113.85 | 0.28 | 0.27 |
| Hex | 36 | 59 | 32 | 27 | 0 | 2C | 41 | 72 | 1C | 1B |
| Octal | 66 | 131 | 62 | 47 | 0 | 54 | 101 | 162 | 34 | 33 |
| Binary | 110110 | 1011001 | 110010 | 100111 | 0 | 101100 | 1000001 | 1110010 | 11100 | 11011 |
Color Harmonies of #365932
Complementary color
Monochromatic Colors of #365932
Black with #365932
Text Example
Text Example
White with #365932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365932; }
p { color: rgb(54,89,50); }
H1.HeaderClassName
{
color: #365932;
}
.AnyTagClassName
{
color: #365932;
}
</style>
background-color css
<style>
a { background-color: #365932; }
a { background-color: rgb(54,89,50); }
div.DivClassName
{
background-color: #365932;
}
.BgClassName
{
background-color: #365932;
}
</style>
border-color css
<style>
span { border-color: #365932; }
span { border-color: rgb(54,89,50); }
td.TdClassName
{
border-color: #365932;
}
.TagClassName
{
border-color: #365932;
}
</style>