Shades of Green #036808
Tints of Green #036808
RGB
CMYK
RGB Variations
Color information
#036808 (or 0x036808) is known color: Green. HEX triplet: 03, 68 and 08. RGB value is (3,104,8). Sum of RGB (Red+Green+Blue) = 3+104+8=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 104 (41.02% from 255 or 90.43% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 104 - color contains mainly: green. Hex color #036808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036808 is #FC97F7. Grayscale: #3F3F3F. Windows color (decimal): -16553976 or 550915. OLE color: 550915.
HSL color Cylindrical-coordinate representation of color #036808: hue angle of 122.97º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036808 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 104 | 8 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.59 |
| HSL | 122.97º | 0.94% | 0.21% | - |
| HSV(B) | 122.97º | 0.97% | 0.41% | - |
| XYZ | 5.03 | 9.94 | 1.88 | - |
| YUV | 62.86 | 97.04 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 8 | 0.97 | 0 | 0.92 | 0.59 | 122.97 | 0.94 | 0.21 |
| Hex | 3 | 68 | 8 | 61 | 0 | 5C | 3B | 7B | 5E | 15 |
| Octal | 3 | 150 | 10 | 141 | 0 | 134 | 73 | 173 | 136 | 25 |
| Binary | 11 | 1101000 | 1000 | 1100001 | 0 | 1011100 | 111011 | 1111011 | 1011110 | 10101 |
Color Harmonies of #036808
Complementary color
Monochromatic Colors of #036808
Black with #036808
Text Example
Text Example
White with #036808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036808; }
p { color: rgb(3,104,8); }
H1.HeaderClassName
{
color: #036808;
}
.AnyTagClassName
{
color: #036808;
}
</style>
background-color css
<style>
a { background-color: #036808; }
a { background-color: rgb(3,104,8); }
div.DivClassName
{
background-color: #036808;
}
.BgClassName
{
background-color: #036808;
}
</style>
border-color css
<style>
span { border-color: #036808; }
span { border-color: rgb(3,104,8); }
td.TdClassName
{
border-color: #036808;
}
.TagClassName
{
border-color: #036808;
}
</style>