Shades of Green House #416C32
Tints of Green House #416C32
RGB
CMYK
RGB Variations
Color information
#416C32 (or 0x416C32) is known color: Green House. HEX triplet: 41, 6C and 32. RGB value is (65,108,50). Sum of RGB (Red+Green+Blue) = 65+108+50=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #416C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416C32 is #BE93CD. Grayscale: #585858. Windows color (decimal): -12489678 or 3304513. OLE color: 3304513.
HSL color Cylindrical-coordinate representation of color #416C32: hue angle of 104.48º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #416C32 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 108 | 50 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.58 |
| HSL | 104.48º | 0.37% | 0.31% | - |
| HSV(B) | 104.48º | 0.54% | 0.42% | - |
| XYZ | 8.12 | 12.08 | 4.92 | - |
| YUV | 88.53 | 106.25 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 50 | 0.40 | 0 | 0.54 | 0.58 | 104.48 | 0.37 | 0.31 |
| Hex | 41 | 6C | 32 | 28 | 0 | 36 | 3A | 68 | 25 | 1F |
| Octal | 101 | 154 | 62 | 50 | 0 | 66 | 72 | 150 | 45 | 37 |
| Binary | 1000001 | 1101100 | 110010 | 101000 | 0 | 110110 | 111010 | 1101000 | 100101 | 11111 |
Color Harmonies of #416C32
Complementary color
Monochromatic Colors of #416C32
Black with #416C32
Text Example
Text Example
White with #416C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C32; }
p { color: rgb(65,108,50); }
H1.HeaderClassName
{
color: #416C32;
}
.AnyTagClassName
{
color: #416C32;
}
</style>
background-color css
<style>
a { background-color: #416C32; }
a { background-color: rgb(65,108,50); }
div.DivClassName
{
background-color: #416C32;
}
.BgClassName
{
background-color: #416C32;
}
</style>
border-color css
<style>
span { border-color: #416C32; }
span { border-color: rgb(65,108,50); }
td.TdClassName
{
border-color: #416C32;
}
.TagClassName
{
border-color: #416C32;
}
</style>