Shades of Green #03600D
Tints of Green #03600D
RGB
CMYK
RGB Variations
Color information
#03600D (or 0x03600D) is known color: Green. HEX triplet: 03, 60 and 0D. RGB value is (3,96,13). Sum of RGB (Red+Green+Blue) = 3+96+13=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 96 (37.89% from 255 or 85.71% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 96 - color contains mainly: green. Hex color #03600D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03600D is #FC9FF2. Grayscale: #3A3A3A. Windows color (decimal): -16556019 or 876547. OLE color: 876547.
HSL color Cylindrical-coordinate representation of color #03600D: hue angle of 126.45º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03600D is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 96 | 13 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.62 |
| HSL | 126.45º | 0.94% | 0.19% | - |
| HSV(B) | 126.45º | 0.97% | 0.38% | - |
| XYZ | 4.29 | 8.41 | 1.78 | - |
| YUV | 58.73 | 102.19 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 96 | 13 | 0.97 | 0 | 0.86 | 0.62 | 126.45 | 0.94 | 0.19 |
| Hex | 3 | 60 | D | 61 | 0 | 56 | 3E | 7E | 5E | 13 |
| Octal | 3 | 140 | 15 | 141 | 0 | 126 | 76 | 176 | 136 | 23 |
| Binary | 11 | 1100000 | 1101 | 1100001 | 0 | 1010110 | 111110 | 1111110 | 1011110 | 10011 |
Color Harmonies of #03600D
Complementary color
Monochromatic Colors of #03600D
Black with #03600D
Text Example
Text Example
White with #03600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03600D; }
p { color: rgb(3,96,13); }
H1.HeaderClassName
{
color: #03600D;
}
.AnyTagClassName
{
color: #03600D;
}
</style>
background-color css
<style>
a { background-color: #03600D; }
a { background-color: rgb(3,96,13); }
div.DivClassName
{
background-color: #03600D;
}
.BgClassName
{
background-color: #03600D;
}
</style>
border-color css
<style>
span { border-color: #03600D; }
span { border-color: rgb(3,96,13); }
td.TdClassName
{
border-color: #03600D;
}
.TagClassName
{
border-color: #03600D;
}
</style>