Shades of Green #036C0B
Tints of Green #036C0B
RGB
CMYK
RGB Variations
Color information
#036C0B (or 0x036C0B) is known color: Green. HEX triplet: 03, 6C and 0B. RGB value is (3,108,11). Sum of RGB (Red+Green+Blue) = 3+108+11=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 108 (42.58% from 255 or 88.52% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 108 - color contains mainly: green. Hex color #036C0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036C0B is #FC93F4. Grayscale: #414141. Windows color (decimal): -16552949 or 748547. OLE color: 748547.
HSL color Cylindrical-coordinate representation of color #036C0B: hue angle of 124.57º 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 #036C0B is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 108 | 11 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.58 |
| HSL | 124.57º | 0.95% | 0.22% | - |
| HSV(B) | 124.57º | 0.97% | 0.42% | - |
| XYZ | 5.46 | 10.77 | 2.11 | - |
| YUV | 65.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 11 | 0.97 | 0 | 0.90 | 0.58 | 124.57 | 0.95 | 0.22 |
| Hex | 3 | 6C | B | 61 | 0 | 5A | 3A | 7D | 5F | 16 |
| Octal | 3 | 154 | 13 | 141 | 0 | 132 | 72 | 175 | 137 | 26 |
| Binary | 11 | 1101100 | 1011 | 1100001 | 0 | 1011010 | 111010 | 1111101 | 1011111 | 10110 |
Color Harmonies of #036C0B
Complementary color
Monochromatic Colors of #036C0B
Black with #036C0B
Text Example
Text Example
White with #036C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C0B; }
p { color: rgb(3,108,11); }
H1.HeaderClassName
{
color: #036C0B;
}
.AnyTagClassName
{
color: #036C0B;
}
</style>
background-color css
<style>
a { background-color: #036C0B; }
a { background-color: rgb(3,108,11); }
div.DivClassName
{
background-color: #036C0B;
}
.BgClassName
{
background-color: #036C0B;
}
</style>
border-color css
<style>
span { border-color: #036C0B; }
span { border-color: rgb(3,108,11); }
td.TdClassName
{
border-color: #036C0B;
}
.TagClassName
{
border-color: #036C0B;
}
</style>