Shades of Green House #416E3F
Tints of Green House #416E3F
RGB
CMYK
RGB Variations
Color information
#416E3F (or 0x416E3F) is known color: Green House. HEX triplet: 41, 6E and 3F. RGB value is (65,110,63). Sum of RGB (Red+Green+Blue) = 65+110+63=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 110 (43.36% from 255 or 46.22% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 110 - color contains mainly: green. Hex color #416E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416E3F is #BE91C0. Grayscale: #5B5B5B. Windows color (decimal): -12489153 or 4156993. OLE color: 4156993.
HSL color Cylindrical-coordinate representation of color #416E3F: hue angle of 117.45º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #416E3F is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 110 | 63 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.57 |
| HSL | 117.45º | 0.27% | 0.34% | - |
| HSV(B) | 117.45º | 0.43% | 0.43% | - |
| XYZ | 8.65 | 12.63 | 6.69 | - |
| YUV | 91.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 63 | 0.41 | 0 | 0.43 | 0.57 | 117.45 | 0.27 | 0.34 |
| Hex | 41 | 6E | 3F | 29 | 0 | 2B | 39 | 75 | 1B | 22 |
| Octal | 101 | 156 | 77 | 51 | 0 | 53 | 71 | 165 | 33 | 42 |
| Binary | 1000001 | 1101110 | 111111 | 101001 | 0 | 101011 | 111001 | 1110101 | 11011 | 100010 |
Color Harmonies of #416E3F
Complementary color
Monochromatic Colors of #416E3F
Black with #416E3F
Text Example
Text Example
White with #416E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416E3F; }
p { color: rgb(65,110,63); }
H1.HeaderClassName
{
color: #416E3F;
}
.AnyTagClassName
{
color: #416E3F;
}
</style>
background-color css
<style>
a { background-color: #416E3F; }
a { background-color: rgb(65,110,63); }
div.DivClassName
{
background-color: #416E3F;
}
.BgClassName
{
background-color: #416E3F;
}
</style>
border-color css
<style>
span { border-color: #416E3F; }
span { border-color: rgb(65,110,63); }
td.TdClassName
{
border-color: #416E3F;
}
.TagClassName
{
border-color: #416E3F;
}
</style>