Shades of Green #03690D
Tints of Green #03690D
RGB
CMYK
RGB Variations
Color information
#03690D (or 0x03690D) is known color: Green. HEX triplet: 03, 69 and 0D. RGB value is (3,105,13). Sum of RGB (Red+Green+Blue) = 3+105+13=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 105 (41.41% from 255 or 86.78% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 105 - color contains mainly: green. Hex color #03690D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03690D is #FC96F2. Grayscale: #404040. Windows color (decimal): -16553715 or 878851. OLE color: 878851.
HSL color Cylindrical-coordinate representation of color #03690D: hue angle of 125.88º 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 #03690D is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 105 | 13 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.59 |
| HSL | 125.88º | 0.94% | 0.21% | - |
| HSV(B) | 125.88º | 0.97% | 0.41% | - |
| XYZ | 5.16 | 10.15 | 2.07 | - |
| YUV | 64.01 | 99.21 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 13 | 0.97 | 0 | 0.88 | 0.59 | 125.88 | 0.94 | 0.21 |
| Hex | 3 | 69 | D | 61 | 0 | 58 | 3B | 7E | 5E | 15 |
| Octal | 3 | 151 | 15 | 141 | 0 | 130 | 73 | 176 | 136 | 25 |
| Binary | 11 | 1101001 | 1101 | 1100001 | 0 | 1011000 | 111011 | 1111110 | 1011110 | 10101 |
Color Harmonies of #03690D
Complementary color
Monochromatic Colors of #03690D
Black with #03690D
Text Example
Text Example
White with #03690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03690D; }
p { color: rgb(3,105,13); }
H1.HeaderClassName
{
color: #03690D;
}
.AnyTagClassName
{
color: #03690D;
}
</style>
background-color css
<style>
a { background-color: #03690D; }
a { background-color: rgb(3,105,13); }
div.DivClassName
{
background-color: #03690D;
}
.BgClassName
{
background-color: #03690D;
}
</style>
border-color css
<style>
span { border-color: #03690D; }
span { border-color: rgb(3,105,13); }
td.TdClassName
{
border-color: #03690D;
}
.TagClassName
{
border-color: #03690D;
}
</style>