Shades of Green House #416933
Tints of Green House #416933
RGB
CMYK
RGB Variations
Color information
#416933 (or 0x416933) is known color: Green House. HEX triplet: 41, 69 and 33. RGB value is (65,105,51). Sum of RGB (Red+Green+Blue) = 65+105+51=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #416933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416933 is #BE96CC. Grayscale: #575757. Windows color (decimal): -12490445 or 3369281. OLE color: 3369281.
HSL color Cylindrical-coordinate representation of color #416933: hue angle of 104.44º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #416933 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 105 | 51 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.59 |
| HSL | 104.44º | 0.35% | 0.31% | - |
| HSV(B) | 104.44º | 0.51% | 0.41% | - |
| XYZ | 7.83 | 11.47 | 4.93 | - |
| YUV | 86.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 105 | 51 | 0.38 | 0 | 0.51 | 0.59 | 104.44 | 0.35 | 0.31 |
| Hex | 41 | 69 | 33 | 26 | 0 | 33 | 3B | 68 | 23 | 1F |
| Octal | 101 | 151 | 63 | 46 | 0 | 63 | 73 | 150 | 43 | 37 |
| Binary | 1000001 | 1101001 | 110011 | 100110 | 0 | 110011 | 111011 | 1101000 | 100011 | 11111 |
Color Harmonies of #416933
Complementary color
Monochromatic Colors of #416933
Black with #416933
Text Example
Text Example
White with #416933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416933; }
p { color: rgb(65,105,51); }
H1.HeaderClassName
{
color: #416933;
}
.AnyTagClassName
{
color: #416933;
}
</style>
background-color css
<style>
a { background-color: #416933; }
a { background-color: rgb(65,105,51); }
div.DivClassName
{
background-color: #416933;
}
.BgClassName
{
background-color: #416933;
}
</style>
border-color css
<style>
span { border-color: #416933; }
span { border-color: rgb(65,105,51); }
td.TdClassName
{
border-color: #416933;
}
.TagClassName
{
border-color: #416933;
}
</style>