Shades of Green House #416937
Tints of Green House #416937
RGB
CMYK
RGB Variations
Color information
#416937 (or 0x416937) is known color: Green House. HEX triplet: 41, 69 and 37. RGB value is (65,105,55). Sum of RGB (Red+Green+Blue) = 65+105+55=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #416937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416937 is #BE96C8. Grayscale: #575757. Windows color (decimal): -12490441 or 3631425. OLE color: 3631425.
HSL color Cylindrical-coordinate representation of color #416937: hue angle of 108º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #416937 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 105 | 55 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.59 |
| HSL | 108º | 0.31% | 0.31% | - |
| HSV(B) | 108º | 0.48% | 0.41% | - |
| XYZ | 7.92 | 11.5 | 5.42 | - |
| YUV | 87.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 105 | 55 | 0.38 | 0 | 0.48 | 0.59 | 108 | 0.31 | 0.31 |
| Hex | 41 | 69 | 37 | 26 | 0 | 30 | 3B | 6C | 1F | 1F |
| Octal | 101 | 151 | 67 | 46 | 0 | 60 | 73 | 154 | 37 | 37 |
| Binary | 1000001 | 1101001 | 110111 | 100110 | 0 | 110000 | 111011 | 1101100 | 11111 | 11111 |
Color Harmonies of #416937
Complementary color
Monochromatic Colors of #416937
Black with #416937
Text Example
Text Example
White with #416937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416937; }
p { color: rgb(65,105,55); }
H1.HeaderClassName
{
color: #416937;
}
.AnyTagClassName
{
color: #416937;
}
</style>
background-color css
<style>
a { background-color: #416937; }
a { background-color: rgb(65,105,55); }
div.DivClassName
{
background-color: #416937;
}
.BgClassName
{
background-color: #416937;
}
</style>
border-color css
<style>
span { border-color: #416937; }
span { border-color: rgb(65,105,55); }
td.TdClassName
{
border-color: #416937;
}
.TagClassName
{
border-color: #416937;
}
</style>