Shades of Green #13680A
Tints of Green #13680A
RGB
CMYK
RGB Variations
Color information
#13680A (or 0x13680A) is known color: Green. HEX triplet: 13, 68 and 0A. RGB value is (19,104,10). Sum of RGB (Red+Green+Blue) = 19+104+10=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 104 (41.02% from 255 or 78.20% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 104 - color contains mainly: green. Hex color #13680A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13680A is #EC97F5. Grayscale: #444444. Windows color (decimal): -15505398 or 682003. OLE color: 682003.
HSL color Cylindrical-coordinate representation of color #13680A: hue angle of 114.26º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13680A is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 104 | 10 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.59 |
| HSL | 114.26º | 0.82% | 0.22% | - |
| HSV(B) | 114.26º | 0.9% | 0.41% | - |
| XYZ | 5.27 | 10.06 | 1.95 | - |
| YUV | 67.87 | 95.34 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 10 | 0.82 | 0 | 0.90 | 0.59 | 114.26 | 0.82 | 0.22 |
| Hex | 13 | 68 | A | 52 | 0 | 5A | 3B | 72 | 52 | 16 |
| Octal | 23 | 150 | 12 | 122 | 0 | 132 | 73 | 162 | 122 | 26 |
| Binary | 10011 | 1101000 | 1010 | 1010010 | 0 | 1011010 | 111011 | 1110010 | 1010010 | 10110 |
Color Harmonies of #13680A
Complementary color
Monochromatic Colors of #13680A
Black with #13680A
Text Example
Text Example
White with #13680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13680A; }
p { color: rgb(19,104,10); }
H1.HeaderClassName
{
color: #13680A;
}
.AnyTagClassName
{
color: #13680A;
}
</style>
background-color css
<style>
a { background-color: #13680A; }
a { background-color: rgb(19,104,10); }
div.DivClassName
{
background-color: #13680A;
}
.BgClassName
{
background-color: #13680A;
}
</style>
border-color css
<style>
span { border-color: #13680A; }
span { border-color: rgb(19,104,10); }
td.TdClassName
{
border-color: #13680A;
}
.TagClassName
{
border-color: #13680A;
}
</style>