Shades of Green #036A0B
Tints of Green #036A0B
RGB
CMYK
RGB Variations
Color information
#036A0B (or 0x036A0B) is known color: Green. HEX triplet: 03, 6A and 0B. RGB value is (3,106,11). Sum of RGB (Red+Green+Blue) = 3+106+11=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 106 (41.80% from 255 or 88.33% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 106 - color contains mainly: green. Hex color #036A0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036A0B is #FC95F4. Grayscale: #404040. Windows color (decimal): -16553461 or 748035. OLE color: 748035.
HSL color Cylindrical-coordinate representation of color #036A0B: hue angle of 124.66º 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 #036A0B is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 106 | 11 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.58 |
| HSL | 124.66º | 0.94% | 0.21% | - |
| HSV(B) | 124.66º | 0.97% | 0.42% | - |
| XYZ | 5.25 | 10.35 | 2.04 | - |
| YUV | 64.37 | 97.88 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 106 | 11 | 0.97 | 0 | 0.90 | 0.58 | 124.66 | 0.94 | 0.21 |
| Hex | 3 | 6A | B | 61 | 0 | 5A | 3A | 7D | 5E | 15 |
| Octal | 3 | 152 | 13 | 141 | 0 | 132 | 72 | 175 | 136 | 25 |
| Binary | 11 | 1101010 | 1011 | 1100001 | 0 | 1011010 | 111010 | 1111101 | 1011110 | 10101 |
Color Harmonies of #036A0B
Complementary color
Monochromatic Colors of #036A0B
Black with #036A0B
Text Example
Text Example
White with #036A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036A0B; }
p { color: rgb(3,106,11); }
H1.HeaderClassName
{
color: #036A0B;
}
.AnyTagClassName
{
color: #036A0B;
}
</style>
background-color css
<style>
a { background-color: #036A0B; }
a { background-color: rgb(3,106,11); }
div.DivClassName
{
background-color: #036A0B;
}
.BgClassName
{
background-color: #036A0B;
}
</style>
border-color css
<style>
span { border-color: #036A0B; }
span { border-color: rgb(3,106,11); }
td.TdClassName
{
border-color: #036A0B;
}
.TagClassName
{
border-color: #036A0B;
}
</style>