Shades of Green #036C18
Tints of Green #036C18
RGB
CMYK
RGB Variations
Color information
#036C18 (or 0x036C18) is known color: Green. HEX triplet: 03, 6C and 18. RGB value is (3,108,24). Sum of RGB (Red+Green+Blue) = 3+108+24=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 108 (42.58% from 255 or 80% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 108 - color contains mainly: green. Hex color #036C18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036C18 is #FC93E7. Grayscale: #434343. Windows color (decimal): -16552936 or 1600515. OLE color: 1600515.
HSL color Cylindrical-coordinate representation of color #036C18: hue angle of 132º 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 #036C18 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 108 | 24 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.58 |
| HSL | 132º | 0.95% | 0.22% | - |
| HSV(B) | 132º | 0.97% | 0.42% | - |
| XYZ | 5.56 | 10.81 | 2.66 | - |
| YUV | 67.03 | 103.71 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 24 | 0.97 | 0 | 0.78 | 0.58 | 132 | 0.95 | 0.22 |
| Hex | 3 | 6C | 18 | 61 | 0 | 4E | 3A | 84 | 5F | 16 |
| Octal | 3 | 154 | 30 | 141 | 0 | 116 | 72 | 204 | 137 | 26 |
| Binary | 11 | 1101100 | 11000 | 1100001 | 0 | 1001110 | 111010 | 10000100 | 1011111 | 10110 |
Color Harmonies of #036C18
Complementary color
Monochromatic Colors of #036C18
Black with #036C18
Text Example
Text Example
White with #036C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C18; }
p { color: rgb(3,108,24); }
H1.HeaderClassName
{
color: #036C18;
}
.AnyTagClassName
{
color: #036C18;
}
</style>
background-color css
<style>
a { background-color: #036C18; }
a { background-color: rgb(3,108,24); }
div.DivClassName
{
background-color: #036C18;
}
.BgClassName
{
background-color: #036C18;
}
</style>
border-color css
<style>
span { border-color: #036C18; }
span { border-color: rgb(3,108,24); }
td.TdClassName
{
border-color: #036C18;
}
.TagClassName
{
border-color: #036C18;
}
</style>