Shades of Green #036500
Tints of Green #036500
RGB
CMYK
RGB Variations
Color information
#036500 (or 0x036500) is known color: Green. HEX triplet: 03, 65 and 00. RGB value is (3,101,0). Sum of RGB (Red+Green+Blue) = 3+101+0=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 101 (39.84% from 255 or 97.12% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 101 - color contains mainly: green. Hex color #036500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036500 is #FC9AFF. Grayscale: #3C3C3C. Windows color (decimal): -16554752 or 25859. OLE color: 25859.
HSL color Cylindrical-coordinate representation of color #036500: hue angle of 118.22º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #036500 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 101 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.60 |
| HSL | 118.22º | 1% | 0.2% | - |
| HSV(B) | 118.22º | 1% | 0.4% | - |
| XYZ | 4.69 | 9.33 | 1.55 | - |
| YUV | 60.18 | 94.03 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 0 | 0.97 | 0 | 1 | 0.60 | 118.22 | 1 | 0.2 |
| Hex | 3 | 65 | 0 | 61 | 0 | 64 | 3C | 76 | 64 | 14 |
| Octal | 3 | 145 | 0 | 141 | 0 | 144 | 74 | 166 | 144 | 24 |
| Binary | 11 | 1100101 | 0 | 1100001 | 0 | 1100100 | 111100 | 1110110 | 1100100 | 10100 |
Color Harmonies of #036500
Complementary color
Monochromatic Colors of #036500
Black with #036500
Text Example
Text Example
White with #036500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036500; }
p { color: rgb(3,101,0); }
H1.HeaderClassName
{
color: #036500;
}
.AnyTagClassName
{
color: #036500;
}
</style>
background-color css
<style>
a { background-color: #036500; }
a { background-color: rgb(3,101,0); }
div.DivClassName
{
background-color: #036500;
}
.BgClassName
{
background-color: #036500;
}
</style>
border-color css
<style>
span { border-color: #036500; }
span { border-color: rgb(3,101,0); }
td.TdClassName
{
border-color: #036500;
}
.TagClassName
{
border-color: #036500;
}
</style>