Shades of Green #13660A
Tints of Green #13660A
RGB
CMYK
RGB Variations
Color information
#13660A (or 0x13660A) is known color: Green. HEX triplet: 13, 66 and 0A. RGB value is (19,102,10). Sum of RGB (Red+Green+Blue) = 19+102+10=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 102 (40.23% from 255 or 77.86% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 102 - color contains mainly: green. Hex color #13660A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13660A is #EC99F5. Grayscale: #424242. Windows color (decimal): -15505910 or 681491. OLE color: 681491.
HSL color Cylindrical-coordinate representation of color #13660A: hue angle of 114.13º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13660A is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 102 | 10 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.6 |
| HSL | 114.13º | 0.82% | 0.22% | - |
| HSV(B) | 114.13º | 0.9% | 0.4% | - |
| XYZ | 5.07 | 9.66 | 1.88 | - |
| YUV | 66.7 | 96 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 102 | 10 | 0.81 | 0 | 0.90 | 0.6 | 114.13 | 0.82 | 0.22 |
| Hex | 13 | 66 | A | 51 | 0 | 5A | 3C | 72 | 52 | 16 |
| Octal | 23 | 146 | 12 | 121 | 0 | 132 | 74 | 162 | 122 | 26 |
| Binary | 10011 | 1100110 | 1010 | 1010001 | 0 | 1011010 | 111100 | 1110010 | 1010010 | 10110 |
Color Harmonies of #13660A
Complementary color
Monochromatic Colors of #13660A
Black with #13660A
Text Example
Text Example
White with #13660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13660A; }
p { color: rgb(19,102,10); }
H1.HeaderClassName
{
color: #13660A;
}
.AnyTagClassName
{
color: #13660A;
}
</style>
background-color css
<style>
a { background-color: #13660A; }
a { background-color: rgb(19,102,10); }
div.DivClassName
{
background-color: #13660A;
}
.BgClassName
{
background-color: #13660A;
}
</style>
border-color css
<style>
span { border-color: #13660A; }
span { border-color: rgb(19,102,10); }
td.TdClassName
{
border-color: #13660A;
}
.TagClassName
{
border-color: #13660A;
}
</style>