Shades of Green #036916
Tints of Green #036916
RGB
CMYK
RGB Variations
Color information
#036916 (or 0x036916) is known color: Green. HEX triplet: 03, 69 and 16. RGB value is (3,105,22). Sum of RGB (Red+Green+Blue) = 3+105+22=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 105 (41.41% from 255 or 80.77% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 105 - color contains mainly: green. Hex color #036916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036916 is #FC96E9. Grayscale: #414141. Windows color (decimal): -16553706 or 1468675. OLE color: 1468675.
HSL color Cylindrical-coordinate representation of color #036916: hue angle of 131.18º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036916 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 105 | 22 | - |
| CMYK | 0.97 | 0 | 0.79 | 0.59 |
| HSL | 131.18º | 0.94% | 0.21% | - |
| HSV(B) | 131.18º | 0.97% | 0.41% | - |
| XYZ | 5.23 | 10.18 | 2.45 | - |
| YUV | 65.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 22 | 0.97 | 0 | 0.79 | 0.59 | 131.18 | 0.94 | 0.21 |
| Hex | 3 | 69 | 16 | 61 | 0 | 4F | 3B | 83 | 5E | 15 |
| Octal | 3 | 151 | 26 | 141 | 0 | 117 | 73 | 203 | 136 | 25 |
| Binary | 11 | 1101001 | 10110 | 1100001 | 0 | 1001111 | 111011 | 10000011 | 1011110 | 10101 |
Color Harmonies of #036916
Complementary color
Monochromatic Colors of #036916
Black with #036916
Text Example
Text Example
White with #036916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036916; }
p { color: rgb(3,105,22); }
H1.HeaderClassName
{
color: #036916;
}
.AnyTagClassName
{
color: #036916;
}
</style>
background-color css
<style>
a { background-color: #036916; }
a { background-color: rgb(3,105,22); }
div.DivClassName
{
background-color: #036916;
}
.BgClassName
{
background-color: #036916;
}
</style>
border-color css
<style>
span { border-color: #036916; }
span { border-color: rgb(3,105,22); }
td.TdClassName
{
border-color: #036916;
}
.TagClassName
{
border-color: #036916;
}
</style>