Shades of Green House #416B32
Tints of Green House #416B32
RGB
CMYK
RGB Variations
Color information
#416B32 (or 0x416B32) is known color: Green House. HEX triplet: 41, 6B and 32. RGB value is (65,107,50). Sum of RGB (Red+Green+Blue) = 65+107+50=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #416B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416B32 is #BE94CD. Grayscale: #585858. Windows color (decimal): -12489934 or 3304257. OLE color: 3304257.
HSL color Cylindrical-coordinate representation of color #416B32: hue angle of 104.21º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #416B32 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 107 | 50 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.58 |
| HSL | 104.21º | 0.36% | 0.31% | - |
| HSV(B) | 104.21º | 0.53% | 0.42% | - |
| XYZ | 8.01 | 11.87 | 4.89 | - |
| YUV | 87.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 50 | 0.39 | 0 | 0.53 | 0.58 | 104.21 | 0.36 | 0.31 |
| Hex | 41 | 6B | 32 | 27 | 0 | 35 | 3A | 68 | 24 | 1F |
| Octal | 101 | 153 | 62 | 47 | 0 | 65 | 72 | 150 | 44 | 37 |
| Binary | 1000001 | 1101011 | 110010 | 100111 | 0 | 110101 | 111010 | 1101000 | 100100 | 11111 |
Color Harmonies of #416B32
Complementary color
Monochromatic Colors of #416B32
Black with #416B32
Text Example
Text Example
White with #416B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416B32; }
p { color: rgb(65,107,50); }
H1.HeaderClassName
{
color: #416B32;
}
.AnyTagClassName
{
color: #416B32;
}
</style>
background-color css
<style>
a { background-color: #416B32; }
a { background-color: rgb(65,107,50); }
div.DivClassName
{
background-color: #416B32;
}
.BgClassName
{
background-color: #416B32;
}
</style>
border-color css
<style>
span { border-color: #416B32; }
span { border-color: rgb(65,107,50); }
td.TdClassName
{
border-color: #416B32;
}
.TagClassName
{
border-color: #416B32;
}
</style>