Shades of Green #036700
Tints of Green #036700
RGB
CMYK
RGB Variations
Color information
#036700 (or 0x036700) is known color: Green. HEX triplet: 03, 67 and 00. RGB value is (3,103,0). Sum of RGB (Red+Green+Blue) = 3+103+0=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 103 (40.62% from 255 or 97.17% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 103 - color contains mainly: green. Hex color #036700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036700 is #FC98FF. Grayscale: #3D3D3D. Windows color (decimal): -16554240 or 26371. OLE color: 26371.
HSL color Cylindrical-coordinate representation of color #036700: hue angle of 118.25º 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 #036700 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 103 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.60 |
| HSL | 118.25º | 1% | 0.2% | - |
| HSV(B) | 118.25º | 1% | 0.4% | - |
| XYZ | 4.89 | 9.72 | 1.62 | - |
| YUV | 61.36 | 93.37 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 0 | 0.97 | 0 | 1 | 0.60 | 118.25 | 1 | 0.2 |
| Hex | 3 | 67 | 0 | 61 | 0 | 64 | 3C | 76 | 64 | 14 |
| Octal | 3 | 147 | 0 | 141 | 0 | 144 | 74 | 166 | 144 | 24 |
| Binary | 11 | 1100111 | 0 | 1100001 | 0 | 1100100 | 111100 | 1110110 | 1100100 | 10100 |
Color Harmonies of #036700
Complementary color
Monochromatic Colors of #036700
Black with #036700
Text Example
Text Example
White with #036700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036700; }
p { color: rgb(3,103,0); }
H1.HeaderClassName
{
color: #036700;
}
.AnyTagClassName
{
color: #036700;
}
</style>
background-color css
<style>
a { background-color: #036700; }
a { background-color: rgb(3,103,0); }
div.DivClassName
{
background-color: #036700;
}
.BgClassName
{
background-color: #036700;
}
</style>
border-color css
<style>
span { border-color: #036700; }
span { border-color: rgb(3,103,0); }
td.TdClassName
{
border-color: #036700;
}
.TagClassName
{
border-color: #036700;
}
</style>