Shades of Green #036A0C
Tints of Green #036A0C
RGB
CMYK
RGB Variations
Color information
#036A0C (or 0x036A0C) is known color: Green. HEX triplet: 03, 6A and 0C. RGB value is (3,106,12). Sum of RGB (Red+Green+Blue) = 3+106+12=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 106 (41.80% from 255 or 87.60% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 106 - color contains mainly: green. Hex color #036A0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036A0C is #FC95F3. Grayscale: #404040. Windows color (decimal): -16553460 or 813571. OLE color: 813571.
HSL color Cylindrical-coordinate representation of color #036A0C: hue angle of 125.24º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036A0C is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 106 | 12 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.58 |
| HSL | 125.24º | 0.94% | 0.21% | - |
| HSV(B) | 125.24º | 0.97% | 0.42% | - |
| XYZ | 5.26 | 10.35 | 2.07 | - |
| YUV | 64.49 | 98.38 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 106 | 12 | 0.97 | 0 | 0.89 | 0.58 | 125.24 | 0.94 | 0.21 |
| Hex | 3 | 6A | C | 61 | 0 | 59 | 3A | 7D | 5E | 15 |
| Octal | 3 | 152 | 14 | 141 | 0 | 131 | 72 | 175 | 136 | 25 |
| Binary | 11 | 1101010 | 1100 | 1100001 | 0 | 1011001 | 111010 | 1111101 | 1011110 | 10101 |
Color Harmonies of #036A0C
Complementary color
Monochromatic Colors of #036A0C
Black with #036A0C
Text Example
Text Example
White with #036A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036A0C; }
p { color: rgb(3,106,12); }
H1.HeaderClassName
{
color: #036A0C;
}
.AnyTagClassName
{
color: #036A0C;
}
</style>
background-color css
<style>
a { background-color: #036A0C; }
a { background-color: rgb(3,106,12); }
div.DivClassName
{
background-color: #036A0C;
}
.BgClassName
{
background-color: #036A0C;
}
</style>
border-color css
<style>
span { border-color: #036A0C; }
span { border-color: rgb(3,106,12); }
td.TdClassName
{
border-color: #036A0C;
}
.TagClassName
{
border-color: #036A0C;
}
</style>