Shades of Green #036710
Tints of Green #036710
RGB
CMYK
RGB Variations
Color information
#036710 (or 0x036710) is known color: Green. HEX triplet: 03, 67 and 10. RGB value is (3,103,16). Sum of RGB (Red+Green+Blue) = 3+103+16=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 103 (40.62% from 255 or 84.43% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 103 - color contains mainly: green. Hex color #036710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036710 is #FC98EF. Grayscale: #3F3F3F. Windows color (decimal): -16554224 or 1074947. OLE color: 1074947.
HSL color Cylindrical-coordinate representation of color #036710: hue angle of 127.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036710 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 103 | 16 | - |
| CMYK | 0.97 | 0 | 0.84 | 0.60 |
| HSL | 127.8º | 0.94% | 0.21% | - |
| HSV(B) | 127.8º | 0.97% | 0.4% | - |
| XYZ | 4.98 | 9.76 | 2.11 | - |
| YUV | 63.18 | 101.37 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 16 | 0.97 | 0 | 0.84 | 0.60 | 127.8 | 0.94 | 0.21 |
| Hex | 3 | 67 | 10 | 61 | 0 | 54 | 3C | 80 | 5E | 15 |
| Octal | 3 | 147 | 20 | 141 | 0 | 124 | 74 | 200 | 136 | 25 |
| Binary | 11 | 1100111 | 10000 | 1100001 | 0 | 1010100 | 111100 | 10000000 | 1011110 | 10101 |
Color Harmonies of #036710
Complementary color
Monochromatic Colors of #036710
Black with #036710
Text Example
Text Example
White with #036710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036710; }
p { color: rgb(3,103,16); }
H1.HeaderClassName
{
color: #036710;
}
.AnyTagClassName
{
color: #036710;
}
</style>
background-color css
<style>
a { background-color: #036710; }
a { background-color: rgb(3,103,16); }
div.DivClassName
{
background-color: #036710;
}
.BgClassName
{
background-color: #036710;
}
</style>
border-color css
<style>
span { border-color: #036710; }
span { border-color: rgb(3,103,16); }
td.TdClassName
{
border-color: #036710;
}
.TagClassName
{
border-color: #036710;
}
</style>