Shades of Green House #416C30
Tints of Green House #416C30
RGB
CMYK
RGB Variations
Color information
#416C30 (or 0x416C30) is known color: Green House. HEX triplet: 41, 6C and 30. RGB value is (65,108,48). Sum of RGB (Red+Green+Blue) = 65+108+48=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 108 - color contains mainly: green. Hex color #416C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416C30 is #BE93CF. Grayscale: #585858. Windows color (decimal): -12489680 or 3173441. OLE color: 3173441.
HSL color Cylindrical-coordinate representation of color #416C30: hue angle of 103º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #416C30 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 108 | 48 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.58 |
| HSL | 103º | 0.38% | 0.31% | - |
| HSV(B) | 103º | 0.56% | 0.42% | - |
| XYZ | 8.08 | 12.06 | 4.7 | - |
| YUV | 88.3 | 105.25 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 48 | 0.40 | 0 | 0.56 | 0.58 | 103 | 0.38 | 0.31 |
| Hex | 41 | 6C | 30 | 28 | 0 | 38 | 3A | 67 | 26 | 1F |
| Octal | 101 | 154 | 60 | 50 | 0 | 70 | 72 | 147 | 46 | 37 |
| Binary | 1000001 | 1101100 | 110000 | 101000 | 0 | 111000 | 111010 | 1100111 | 100110 | 11111 |
Color Harmonies of #416C30
Complementary color
Monochromatic Colors of #416C30
Black with #416C30
Text Example
Text Example
White with #416C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C30; }
p { color: rgb(65,108,48); }
H1.HeaderClassName
{
color: #416C30;
}
.AnyTagClassName
{
color: #416C30;
}
</style>
background-color css
<style>
a { background-color: #416C30; }
a { background-color: rgb(65,108,48); }
div.DivClassName
{
background-color: #416C30;
}
.BgClassName
{
background-color: #416C30;
}
</style>
border-color css
<style>
span { border-color: #416C30; }
span { border-color: rgb(65,108,48); }
td.TdClassName
{
border-color: #416C30;
}
.TagClassName
{
border-color: #416C30;
}
</style>