Shades of Green #036314
Tints of Green #036314
RGB
CMYK
RGB Variations
Color information
#036314 (or 0x036314) is known color: Green. HEX triplet: 03, 63 and 14. RGB value is (3,99,20). Sum of RGB (Red+Green+Blue) = 3+99+20=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 99 (39.06% from 255 or 81.15% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 99 - color contains mainly: green. Hex color #036314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036314 is #FC9CEB. Grayscale: #3D3D3D. Windows color (decimal): -16555244 or 1336067. OLE color: 1336067.
HSL color Cylindrical-coordinate representation of color #036314: hue angle of 130.62º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036314 is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 99 | 20 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.61 |
| HSL | 130.63º | 0.94% | 0.2% | - |
| HSV(B) | 130.63º | 0.97% | 0.39% | - |
| XYZ | 4.63 | 8.99 | 2.15 | - |
| YUV | 61.29 | 104.7 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 20 | 0.97 | 0 | 0.80 | 0.61 | 130.63 | 0.94 | 0.2 |
| Hex | 3 | 63 | 14 | 61 | 0 | 50 | 3D | 83 | 5E | 14 |
| Octal | 3 | 143 | 24 | 141 | 0 | 120 | 75 | 203 | 136 | 24 |
| Binary | 11 | 1100011 | 10100 | 1100001 | 0 | 1010000 | 111101 | 10000011 | 1011110 | 10100 |
Color Harmonies of #036314
Complementary color
Monochromatic Colors of #036314
Black with #036314
Text Example
Text Example
White with #036314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036314; }
p { color: rgb(3,99,20); }
H1.HeaderClassName
{
color: #036314;
}
.AnyTagClassName
{
color: #036314;
}
</style>
background-color css
<style>
a { background-color: #036314; }
a { background-color: rgb(3,99,20); }
div.DivClassName
{
background-color: #036314;
}
.BgClassName
{
background-color: #036314;
}
</style>
border-color css
<style>
span { border-color: #036314; }
span { border-color: rgb(3,99,20); }
td.TdClassName
{
border-color: #036314;
}
.TagClassName
{
border-color: #036314;
}
</style>