Shades of Green House #417031
Tints of Green House #417031
RGB
CMYK
RGB Variations
Color information
#417031 (or 0x417031) is known color: Green House. HEX triplet: 41, 70 and 31. RGB value is (65,112,49). Sum of RGB (Red+Green+Blue) = 65+112+49=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #417031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417031 is #BE8FCE. Grayscale: #5A5A5A. Windows color (decimal): -12488655 or 3240001. OLE color: 3240001.
HSL color Cylindrical-coordinate representation of color #417031: hue angle of 104.76º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #417031 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 112 | 49 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.56 |
| HSL | 104.76º | 0.39% | 0.32% | - |
| HSV(B) | 104.76º | 0.56% | 0.44% | - |
| XYZ | 8.53 | 12.93 | 4.95 | - |
| YUV | 90.77 | 104.43 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 49 | 0.42 | 0 | 0.56 | 0.56 | 104.76 | 0.39 | 0.32 |
| Hex | 41 | 70 | 31 | 2A | 0 | 38 | 38 | 69 | 27 | 20 |
| Octal | 101 | 160 | 61 | 52 | 0 | 70 | 70 | 151 | 47 | 40 |
| Binary | 1000001 | 1110000 | 110001 | 101010 | 0 | 111000 | 111000 | 1101001 | 100111 | 100000 |
Color Harmonies of #417031
Complementary color
Monochromatic Colors of #417031
Black with #417031
Text Example
Text Example
White with #417031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417031; }
p { color: rgb(65,112,49); }
H1.HeaderClassName
{
color: #417031;
}
.AnyTagClassName
{
color: #417031;
}
</style>
background-color css
<style>
a { background-color: #417031; }
a { background-color: rgb(65,112,49); }
div.DivClassName
{
background-color: #417031;
}
.BgClassName
{
background-color: #417031;
}
</style>
border-color css
<style>
span { border-color: #417031; }
span { border-color: rgb(65,112,49); }
td.TdClassName
{
border-color: #417031;
}
.TagClassName
{
border-color: #417031;
}
</style>