Shades of Green #03680B
Tints of Green #03680B
RGB
CMYK
RGB Variations
Color information
#03680B (or 0x03680B) is known color: Green. HEX triplet: 03, 68 and 0B. RGB value is (3,104,11). Sum of RGB (Red+Green+Blue) = 3+104+11=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 104 (41.02% from 255 or 88.14% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 104 - color contains mainly: green. Hex color #03680B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03680B is #FC97F4. Grayscale: #3F3F3F. Windows color (decimal): -16553973 or 747523. OLE color: 747523.
HSL color Cylindrical-coordinate representation of color #03680B: hue angle of 124.75º 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 #03680B is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 104 | 11 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.59 |
| HSL | 124.75º | 0.94% | 0.21% | - |
| HSV(B) | 124.75º | 0.97% | 0.41% | - |
| XYZ | 5.05 | 9.94 | 1.97 | - |
| YUV | 63.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 11 | 0.97 | 0 | 0.89 | 0.59 | 124.75 | 0.94 | 0.21 |
| Hex | 3 | 68 | B | 61 | 0 | 59 | 3B | 7D | 5E | 15 |
| Octal | 3 | 150 | 13 | 141 | 0 | 131 | 73 | 175 | 136 | 25 |
| Binary | 11 | 1101000 | 1011 | 1100001 | 0 | 1011001 | 111011 | 1111101 | 1011110 | 10101 |
Color Harmonies of #03680B
Complementary color
Monochromatic Colors of #03680B
Black with #03680B
Text Example
Text Example
White with #03680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03680B; }
p { color: rgb(3,104,11); }
H1.HeaderClassName
{
color: #03680B;
}
.AnyTagClassName
{
color: #03680B;
}
</style>
background-color css
<style>
a { background-color: #03680B; }
a { background-color: rgb(3,104,11); }
div.DivClassName
{
background-color: #03680B;
}
.BgClassName
{
background-color: #03680B;
}
</style>
border-color css
<style>
span { border-color: #03680B; }
span { border-color: rgb(3,104,11); }
td.TdClassName
{
border-color: #03680B;
}
.TagClassName
{
border-color: #03680B;
}
</style>