Shades of Green #036900
Tints of Green #036900
RGB
CMYK
RGB Variations
Color information
#036900 (or 0x036900) is known color: Green. HEX triplet: 03, 69 and 00. RGB value is (3,105,0). Sum of RGB (Red+Green+Blue) = 3+105+0=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 105 (41.41% from 255 or 97.22% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 105 - color contains mainly: green. Hex color #036900 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036900 is #FC96FF. Grayscale: #3E3E3E. Windows color (decimal): -16553728 or 26883. OLE color: 26883.
HSL color Cylindrical-coordinate representation of color #036900: hue angle of 118.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #036900 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 105 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.59 |
| HSL | 118.29º | 1% | 0.21% | - |
| HSV(B) | 118.29º | 1% | 0.41% | - |
| XYZ | 5.09 | 10.12 | 1.69 | - |
| YUV | 62.53 | 92.71 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 0 | 0.97 | 0 | 1 | 0.59 | 118.29 | 1 | 0.21 |
| Hex | 3 | 69 | 0 | 61 | 0 | 64 | 3B | 76 | 64 | 15 |
| Octal | 3 | 151 | 0 | 141 | 0 | 144 | 73 | 166 | 144 | 25 |
| Binary | 11 | 1101001 | 0 | 1100001 | 0 | 1100100 | 111011 | 1110110 | 1100100 | 10101 |
Color Harmonies of #036900
Complementary color
Monochromatic Colors of #036900
Black with #036900
Text Example
Text Example
White with #036900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036900; }
p { color: rgb(3,105,0); }
H1.HeaderClassName
{
color: #036900;
}
.AnyTagClassName
{
color: #036900;
}
</style>
background-color css
<style>
a { background-color: #036900; }
a { background-color: rgb(3,105,0); }
div.DivClassName
{
background-color: #036900;
}
.BgClassName
{
background-color: #036900;
}
</style>
border-color css
<style>
span { border-color: #036900; }
span { border-color: rgb(3,105,0); }
td.TdClassName
{
border-color: #036900;
}
.TagClassName
{
border-color: #036900;
}
</style>