Shades of Green House #416532
Tints of Green House #416532
RGB
CMYK
RGB Variations
Color information
#416532 (or 0x416532) is known color: Green House. HEX triplet: 41, 65 and 32. RGB value is (65,101,50). Sum of RGB (Red+Green+Blue) = 65+101+50=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 101 - color contains mainly: green. Hex color #416532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416532 is #BE9ACD. Grayscale: #545454. Windows color (decimal): -12491470 or 3302721. OLE color: 3302721.
HSL color Cylindrical-coordinate representation of color #416532: hue angle of 102.35º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #416532 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 101 | 50 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.60 |
| HSL | 102.35º | 0.34% | 0.3% | - |
| HSV(B) | 102.35º | 0.5% | 0.4% | - |
| XYZ | 7.41 | 10.66 | 4.68 | - |
| YUV | 84.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 50 | 0.36 | 0 | 0.50 | 0.60 | 102.35 | 0.34 | 0.3 |
| Hex | 41 | 65 | 32 | 24 | 0 | 32 | 3C | 66 | 22 | 1E |
| Octal | 101 | 145 | 62 | 44 | 0 | 62 | 74 | 146 | 42 | 36 |
| Binary | 1000001 | 1100101 | 110010 | 100100 | 0 | 110010 | 111100 | 1100110 | 100010 | 11110 |
Color Harmonies of #416532
Complementary color
Monochromatic Colors of #416532
Black with #416532
Text Example
Text Example
White with #416532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416532; }
p { color: rgb(65,101,50); }
H1.HeaderClassName
{
color: #416532;
}
.AnyTagClassName
{
color: #416532;
}
</style>
background-color css
<style>
a { background-color: #416532; }
a { background-color: rgb(65,101,50); }
div.DivClassName
{
background-color: #416532;
}
.BgClassName
{
background-color: #416532;
}
</style>
border-color css
<style>
span { border-color: #416532; }
span { border-color: rgb(65,101,50); }
td.TdClassName
{
border-color: #416532;
}
.TagClassName
{
border-color: #416532;
}
</style>