Shades of Green House #416F34
Tints of Green House #416F34
RGB
CMYK
RGB Variations
Color information
#416F34 (or 0x416F34) is known color: Green House. HEX triplet: 41, 6F and 34. RGB value is (65,111,52). Sum of RGB (Red+Green+Blue) = 65+111+52=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #416F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416F34 is #BE90CB. Grayscale: #5A5A5A. Windows color (decimal): -12488908 or 3436353. OLE color: 3436353.
HSL color Cylindrical-coordinate representation of color #416F34: hue angle of 106.78º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #416F34 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 111 | 52 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.56 |
| HSL | 106.78º | 0.36% | 0.32% | - |
| HSV(B) | 106.78º | 0.53% | 0.44% | - |
| XYZ | 8.48 | 12.74 | 5.26 | - |
| YUV | 90.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 52 | 0.41 | 0 | 0.53 | 0.56 | 106.78 | 0.36 | 0.32 |
| Hex | 41 | 6F | 34 | 29 | 0 | 35 | 38 | 6B | 24 | 20 |
| Octal | 101 | 157 | 64 | 51 | 0 | 65 | 70 | 153 | 44 | 40 |
| Binary | 1000001 | 1101111 | 110100 | 101001 | 0 | 110101 | 111000 | 1101011 | 100100 | 100000 |
Color Harmonies of #416F34
Complementary color
Monochromatic Colors of #416F34
Black with #416F34
Text Example
Text Example
White with #416F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416F34; }
p { color: rgb(65,111,52); }
H1.HeaderClassName
{
color: #416F34;
}
.AnyTagClassName
{
color: #416F34;
}
</style>
background-color css
<style>
a { background-color: #416F34; }
a { background-color: rgb(65,111,52); }
div.DivClassName
{
background-color: #416F34;
}
.BgClassName
{
background-color: #416F34;
}
</style>
border-color css
<style>
span { border-color: #416F34; }
span { border-color: rgb(65,111,52); }
td.TdClassName
{
border-color: #416F34;
}
.TagClassName
{
border-color: #416F34;
}
</style>