Shades of Green #036C10
Tints of Green #036C10
RGB
CMYK
RGB Variations
Color information
#036C10 (or 0x036C10) is known color: Green. HEX triplet: 03, 6C and 10. RGB value is (3,108,16). Sum of RGB (Red+Green+Blue) = 3+108+16=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 108 (42.58% from 255 or 85.04% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 108 - color contains mainly: green. Hex color #036C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036C10 is #FC93EF. Grayscale: #424242. Windows color (decimal): -16552944 or 1076227. OLE color: 1076227.
HSL color Cylindrical-coordinate representation of color #036C10: hue angle of 127.43º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036C10 is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 108 | 16 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.58 |
| HSL | 127.43º | 0.95% | 0.22% | - |
| HSV(B) | 127.43º | 0.97% | 0.42% | - |
| XYZ | 5.49 | 10.78 | 2.28 | - |
| YUV | 66.12 | 99.71 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 16 | 0.97 | 0 | 0.85 | 0.58 | 127.43 | 0.95 | 0.22 |
| Hex | 3 | 6C | 10 | 61 | 0 | 55 | 3A | 7F | 5F | 16 |
| Octal | 3 | 154 | 20 | 141 | 0 | 125 | 72 | 177 | 137 | 26 |
| Binary | 11 | 1101100 | 10000 | 1100001 | 0 | 1010101 | 111010 | 1111111 | 1011111 | 10110 |
Color Harmonies of #036C10
Complementary color
Monochromatic Colors of #036C10
Black with #036C10
Text Example
Text Example
White with #036C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C10; }
p { color: rgb(3,108,16); }
H1.HeaderClassName
{
color: #036C10;
}
.AnyTagClassName
{
color: #036C10;
}
</style>
background-color css
<style>
a { background-color: #036C10; }
a { background-color: rgb(3,108,16); }
div.DivClassName
{
background-color: #036C10;
}
.BgClassName
{
background-color: #036C10;
}
</style>
border-color css
<style>
span { border-color: #036C10; }
span { border-color: rgb(3,108,16); }
td.TdClassName
{
border-color: #036C10;
}
.TagClassName
{
border-color: #036C10;
}
</style>