Shades of Green House #416D36
Tints of Green House #416D36
RGB
CMYK
RGB Variations
Color information
#416D36 (or 0x416D36) is known color: Green House. HEX triplet: 41, 6D and 36. RGB value is (65,109,54). Sum of RGB (Red+Green+Blue) = 65+109+54=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 109 - color contains mainly: green. Hex color #416D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416D36 is #BE92C9. Grayscale: #595959. Windows color (decimal): -12489418 or 3566913. OLE color: 3566913.
HSL color Cylindrical-coordinate representation of color #416D36: hue angle of 108º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #416D36 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 109 | 54 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.57 |
| HSL | 108º | 0.34% | 0.32% | - |
| HSV(B) | 108º | 0.5% | 0.43% | - |
| XYZ | 8.31 | 12.33 | 5.43 | - |
| YUV | 89.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 54 | 0.40 | 0 | 0.50 | 0.57 | 108 | 0.34 | 0.32 |
| Hex | 41 | 6D | 36 | 28 | 0 | 32 | 39 | 6C | 22 | 20 |
| Octal | 101 | 155 | 66 | 50 | 0 | 62 | 71 | 154 | 42 | 40 |
| Binary | 1000001 | 1101101 | 110110 | 101000 | 0 | 110010 | 111001 | 1101100 | 100010 | 100000 |
Color Harmonies of #416D36
Complementary color
Monochromatic Colors of #416D36
Black with #416D36
Text Example
Text Example
White with #416D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416D36; }
p { color: rgb(65,109,54); }
H1.HeaderClassName
{
color: #416D36;
}
.AnyTagClassName
{
color: #416D36;
}
</style>
background-color css
<style>
a { background-color: #416D36; }
a { background-color: rgb(65,109,54); }
div.DivClassName
{
background-color: #416D36;
}
.BgClassName
{
background-color: #416D36;
}
</style>
border-color css
<style>
span { border-color: #416D36; }
span { border-color: rgb(65,109,54); }
td.TdClassName
{
border-color: #416D36;
}
.TagClassName
{
border-color: #416D36;
}
</style>