Shades of Green House #416E2D
Tints of Green House #416E2D
RGB
CMYK
RGB Variations
Color information
#416E2D (or 0x416E2D) is known color: Green House. HEX triplet: 41, 6E and 2D. RGB value is (65,110,45). Sum of RGB (Red+Green+Blue) = 65+110+45=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #416E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416E2D is #BE91D2. Grayscale: #595959. Windows color (decimal): -12489171 or 2977345. OLE color: 2977345.
HSL color Cylindrical-coordinate representation of color #416E2D: hue angle of 101.54º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #416E2D is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 110 | 45 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.57 |
| HSL | 101.54º | 0.42% | 0.3% | - |
| HSV(B) | 101.54º | 0.59% | 0.43% | - |
| XYZ | 8.23 | 12.47 | 4.45 | - |
| YUV | 89.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 45 | 0.41 | 0 | 0.59 | 0.57 | 101.54 | 0.42 | 0.3 |
| Hex | 41 | 6E | 2D | 29 | 0 | 3B | 39 | 66 | 2A | 1E |
| Octal | 101 | 156 | 55 | 51 | 0 | 73 | 71 | 146 | 52 | 36 |
| Binary | 1000001 | 1101110 | 101101 | 101001 | 0 | 111011 | 111001 | 1100110 | 101010 | 11110 |
Color Harmonies of #416E2D
Complementary color
Monochromatic Colors of #416E2D
Black with #416E2D
Text Example
Text Example
White with #416E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416E2D; }
p { color: rgb(65,110,45); }
H1.HeaderClassName
{
color: #416E2D;
}
.AnyTagClassName
{
color: #416E2D;
}
</style>
background-color css
<style>
a { background-color: #416E2D; }
a { background-color: rgb(65,110,45); }
div.DivClassName
{
background-color: #416E2D;
}
.BgClassName
{
background-color: #416E2D;
}
</style>
border-color css
<style>
span { border-color: #416E2D; }
span { border-color: rgb(65,110,45); }
td.TdClassName
{
border-color: #416E2D;
}
.TagClassName
{
border-color: #416E2D;
}
</style>