Shades of Green #036F0D
Tints of Green #036F0D
RGB
CMYK
RGB Variations
Color information
#036F0D (or 0x036F0D) is known color: Green. HEX triplet: 03, 6F and 0D. RGB value is (3,111,13). Sum of RGB (Red+Green+Blue) = 3+111+13=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 111 (43.75% from 255 or 87.40% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 111 - color contains mainly: green. Hex color #036F0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036F0D is #FC90F2. Grayscale: #434343. Windows color (decimal): -16552179 or 880387. OLE color: 880387.
HSL color Cylindrical-coordinate representation of color #036F0D: hue angle of 125.56º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036F0D is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 111 | 13 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.56 |
| HSL | 125.56º | 0.95% | 0.22% | - |
| HSV(B) | 125.56º | 0.97% | 0.44% | - |
| XYZ | 5.79 | 11.42 | 2.28 | - |
| YUV | 67.54 | 97.22 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 13 | 0.97 | 0 | 0.88 | 0.56 | 125.56 | 0.95 | 0.22 |
| Hex | 3 | 6F | D | 61 | 0 | 58 | 38 | 7E | 5F | 16 |
| Octal | 3 | 157 | 15 | 141 | 0 | 130 | 70 | 176 | 137 | 26 |
| Binary | 11 | 1101111 | 1101 | 1100001 | 0 | 1011000 | 111000 | 1111110 | 1011111 | 10110 |
Color Harmonies of #036F0D
Complementary color
Monochromatic Colors of #036F0D
Black with #036F0D
Text Example
Text Example
White with #036F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036F0D; }
p { color: rgb(3,111,13); }
H1.HeaderClassName
{
color: #036F0D;
}
.AnyTagClassName
{
color: #036F0D;
}
</style>
background-color css
<style>
a { background-color: #036F0D; }
a { background-color: rgb(3,111,13); }
div.DivClassName
{
background-color: #036F0D;
}
.BgClassName
{
background-color: #036F0D;
}
</style>
border-color css
<style>
span { border-color: #036F0D; }
span { border-color: rgb(3,111,13); }
td.TdClassName
{
border-color: #036F0D;
}
.TagClassName
{
border-color: #036F0D;
}
</style>