Shades of Green #03660D
Tints of Green #03660D
RGB
CMYK
RGB Variations
Color information
#03660D (or 0x03660D) is known color: Green. HEX triplet: 03, 66 and 0D. RGB value is (3,102,13). Sum of RGB (Red+Green+Blue) = 3+102+13=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 102 (40.23% from 255 or 86.44% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 102 - color contains mainly: green. Hex color #03660D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03660D is #FC99F2. Grayscale: #3E3E3E. Windows color (decimal): -16554483 or 878083. OLE color: 878083.
HSL color Cylindrical-coordinate representation of color #03660D: hue angle of 126.06º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03660D is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 102 | 13 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.6 |
| HSL | 126.06º | 0.94% | 0.21% | - |
| HSV(B) | 126.06º | 0.97% | 0.4% | - |
| XYZ | 4.86 | 9.55 | 1.97 | - |
| YUV | 62.25 | 100.2 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 13 | 0.97 | 0 | 0.87 | 0.6 | 126.06 | 0.94 | 0.21 |
| Hex | 3 | 66 | D | 61 | 0 | 57 | 3C | 7E | 5E | 15 |
| Octal | 3 | 146 | 15 | 141 | 0 | 127 | 74 | 176 | 136 | 25 |
| Binary | 11 | 1100110 | 1101 | 1100001 | 0 | 1010111 | 111100 | 1111110 | 1011110 | 10101 |
Color Harmonies of #03660D
Complementary color
Monochromatic Colors of #03660D
Black with #03660D
Text Example
Text Example
White with #03660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03660D; }
p { color: rgb(3,102,13); }
H1.HeaderClassName
{
color: #03660D;
}
.AnyTagClassName
{
color: #03660D;
}
</style>
background-color css
<style>
a { background-color: #03660D; }
a { background-color: rgb(3,102,13); }
div.DivClassName
{
background-color: #03660D;
}
.BgClassName
{
background-color: #03660D;
}
</style>
border-color css
<style>
span { border-color: #03660D; }
span { border-color: rgb(3,102,13); }
td.TdClassName
{
border-color: #03660D;
}
.TagClassName
{
border-color: #03660D;
}
</style>