Shades of Green #036113
Tints of Green #036113
RGB
CMYK
RGB Variations
Color information
#036113 (or 0x036113) is known color: Green. HEX triplet: 03, 61 and 13. RGB value is (3,97,19). Sum of RGB (Red+Green+Blue) = 3+97+19=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 97 (38.28% from 255 or 81.51% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 97 - color contains mainly: green. Hex color #036113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036113 is #FC9EEC. Grayscale: #3C3C3C. Windows color (decimal): -16555757 or 1270019. OLE color: 1270019.
HSL color Cylindrical-coordinate representation of color #036113: hue angle of 130.21º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036113 is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 97 | 19 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.62 |
| HSL | 130.21º | 0.94% | 0.2% | - |
| HSV(B) | 130.21º | 0.97% | 0.38% | - |
| XYZ | 4.43 | 8.62 | 2.05 | - |
| YUV | 60 | 104.86 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 97 | 19 | 0.97 | 0 | 0.80 | 0.62 | 130.21 | 0.94 | 0.2 |
| Hex | 3 | 61 | 13 | 61 | 0 | 50 | 3E | 82 | 5E | 14 |
| Octal | 3 | 141 | 23 | 141 | 0 | 120 | 76 | 202 | 136 | 24 |
| Binary | 11 | 1100001 | 10011 | 1100001 | 0 | 1010000 | 111110 | 10000010 | 1011110 | 10100 |
Color Harmonies of #036113
Complementary color
Monochromatic Colors of #036113
Black with #036113
Text Example
Text Example
White with #036113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036113; }
p { color: rgb(3,97,19); }
H1.HeaderClassName
{
color: #036113;
}
.AnyTagClassName
{
color: #036113;
}
</style>
background-color css
<style>
a { background-color: #036113; }
a { background-color: rgb(3,97,19); }
div.DivClassName
{
background-color: #036113;
}
.BgClassName
{
background-color: #036113;
}
</style>
border-color css
<style>
span { border-color: #036113; }
span { border-color: rgb(3,97,19); }
td.TdClassName
{
border-color: #036113;
}
.TagClassName
{
border-color: #036113;
}
</style>