Shades of Green #037516
Tints of Green #037516
RGB
CMYK
RGB Variations
Color information
#037516 (or 0x037516) is known color: Green. HEX triplet: 03, 75 and 16. RGB value is (3,117,22). Sum of RGB (Red+Green+Blue) = 3+117+22=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 117 (46.09% from 255 or 82.39% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 117 - color contains mainly: green. Hex color #037516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037516 is #FC8AE9. Grayscale: #484848. Windows color (decimal): -16550634 or 1471747. OLE color: 1471747.
HSL color Cylindrical-coordinate representation of color #037516: hue angle of 130º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037516 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 117 | 22 | - |
| CMYK | 0.97 | 0 | 0.81 | 0.54 |
| HSL | 130º | 0.95% | 0.24% | - |
| HSV(B) | 130º | 0.97% | 0.46% | - |
| XYZ | 6.54 | 12.8 | 2.88 | - |
| YUV | 72.08 | 99.73 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 22 | 0.97 | 0 | 0.81 | 0.54 | 130 | 0.95 | 0.24 |
| Hex | 3 | 75 | 16 | 61 | 0 | 51 | 36 | 82 | 5F | 18 |
| Octal | 3 | 165 | 26 | 141 | 0 | 121 | 66 | 202 | 137 | 30 |
| Binary | 11 | 1110101 | 10110 | 1100001 | 0 | 1010001 | 110110 | 10000010 | 1011111 | 11000 |
Color Harmonies of #037516
Complementary color
Monochromatic Colors of #037516
Black with #037516
Text Example
Text Example
White with #037516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037516; }
p { color: rgb(3,117,22); }
H1.HeaderClassName
{
color: #037516;
}
.AnyTagClassName
{
color: #037516;
}
</style>
background-color css
<style>
a { background-color: #037516; }
a { background-color: rgb(3,117,22); }
div.DivClassName
{
background-color: #037516;
}
.BgClassName
{
background-color: #037516;
}
</style>
border-color css
<style>
span { border-color: #037516; }
span { border-color: rgb(3,117,22); }
td.TdClassName
{
border-color: #037516;
}
.TagClassName
{
border-color: #037516;
}
</style>