Shades of Green House #416F31
Tints of Green House #416F31
RGB
CMYK
RGB Variations
Color information
#416F31 (or 0x416F31) is known color: Green House. HEX triplet: 41, 6F and 31. RGB value is (65,111,49). Sum of RGB (Red+Green+Blue) = 65+111+49=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #416F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416F31 is #BE90CE. Grayscale: #5A5A5A. Windows color (decimal): -12488911 or 3239745. OLE color: 3239745.
HSL color Cylindrical-coordinate representation of color #416F31: hue angle of 104.52º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #416F31 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 111 | 49 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.56 |
| HSL | 104.52º | 0.39% | 0.31% | - |
| HSV(B) | 104.52º | 0.56% | 0.44% | - |
| XYZ | 8.42 | 12.71 | 4.92 | - |
| YUV | 90.18 | 104.76 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 49 | 0.41 | 0 | 0.56 | 0.56 | 104.52 | 0.39 | 0.31 |
| Hex | 41 | 6F | 31 | 29 | 0 | 38 | 38 | 69 | 27 | 1F |
| Octal | 101 | 157 | 61 | 51 | 0 | 70 | 70 | 151 | 47 | 37 |
| Binary | 1000001 | 1101111 | 110001 | 101001 | 0 | 111000 | 111000 | 1101001 | 100111 | 11111 |
Color Harmonies of #416F31
Complementary color
Monochromatic Colors of #416F31
Black with #416F31
Text Example
Text Example
White with #416F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416F31; }
p { color: rgb(65,111,49); }
H1.HeaderClassName
{
color: #416F31;
}
.AnyTagClassName
{
color: #416F31;
}
</style>
background-color css
<style>
a { background-color: #416F31; }
a { background-color: rgb(65,111,49); }
div.DivClassName
{
background-color: #416F31;
}
.BgClassName
{
background-color: #416F31;
}
</style>
border-color css
<style>
span { border-color: #416F31; }
span { border-color: rgb(65,111,49); }
td.TdClassName
{
border-color: #416F31;
}
.TagClassName
{
border-color: #416F31;
}
</style>