Shades of Green #03690C
Tints of Green #03690C
RGB
CMYK
RGB Variations
Color information
#03690C (or 0x03690C) is known color: Green. HEX triplet: 03, 69 and 0C. RGB value is (3,105,12). Sum of RGB (Red+Green+Blue) = 3+105+12=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 105 (41.41% from 255 or 87.5% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 105 - color contains mainly: green. Hex color #03690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03690C is #FC96F3. Grayscale: #404040. Windows color (decimal): -16553716 or 813315. OLE color: 813315.
HSL color Cylindrical-coordinate representation of color #03690C: hue angle of 125.29º 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 #03690C is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 105 | 12 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.59 |
| HSL | 125.29º | 0.94% | 0.21% | - |
| HSV(B) | 125.29º | 0.97% | 0.41% | - |
| XYZ | 5.16 | 10.15 | 2.04 | - |
| YUV | 63.9 | 98.71 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 12 | 0.97 | 0 | 0.89 | 0.59 | 125.29 | 0.94 | 0.21 |
| Hex | 3 | 69 | C | 61 | 0 | 59 | 3B | 7D | 5E | 15 |
| Octal | 3 | 151 | 14 | 141 | 0 | 131 | 73 | 175 | 136 | 25 |
| Binary | 11 | 1101001 | 1100 | 1100001 | 0 | 1011001 | 111011 | 1111101 | 1011110 | 10101 |
Color Harmonies of #03690C
Complementary color
Monochromatic Colors of #03690C
Black with #03690C
Text Example
Text Example
White with #03690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03690C; }
p { color: rgb(3,105,12); }
H1.HeaderClassName
{
color: #03690C;
}
.AnyTagClassName
{
color: #03690C;
}
</style>
background-color css
<style>
a { background-color: #03690C; }
a { background-color: rgb(3,105,12); }
div.DivClassName
{
background-color: #03690C;
}
.BgClassName
{
background-color: #03690C;
}
</style>
border-color css
<style>
span { border-color: #03690C; }
span { border-color: rgb(3,105,12); }
td.TdClassName
{
border-color: #03690C;
}
.TagClassName
{
border-color: #03690C;
}
</style>