Shades of Green #13690C
Tints of Green #13690C
RGB
CMYK
RGB Variations
Color information
#13690C (or 0x13690C) is known color: Green. HEX triplet: 13, 69 and 0C. RGB value is (19,105,12). Sum of RGB (Red+Green+Blue) = 19+105+12=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 105 (41.41% from 255 or 77.21% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 105 - color contains mainly: green. Hex color #13690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13690C is #EC96F3. Grayscale: #444444. Windows color (decimal): -15505140 or 813331. OLE color: 813331.
HSL color Cylindrical-coordinate representation of color #13690C: hue angle of 115.48º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13690C is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 105 | 12 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.59 |
| HSL | 115.48º | 0.79% | 0.23% | - |
| HSV(B) | 115.48º | 0.89% | 0.41% | - |
| XYZ | 5.39 | 10.27 | 2.05 | - |
| YUV | 68.68 | 96.01 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 12 | 0.82 | 0 | 0.89 | 0.59 | 115.48 | 0.79 | 0.23 |
| Hex | 13 | 69 | C | 52 | 0 | 59 | 3B | 73 | 4F | 17 |
| Octal | 23 | 151 | 14 | 122 | 0 | 131 | 73 | 163 | 117 | 27 |
| Binary | 10011 | 1101001 | 1100 | 1010010 | 0 | 1011001 | 111011 | 1110011 | 1001111 | 10111 |
Color Harmonies of #13690C
Complementary color
Monochromatic Colors of #13690C
Black with #13690C
Text Example
Text Example
White with #13690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13690C; }
p { color: rgb(19,105,12); }
H1.HeaderClassName
{
color: #13690C;
}
.AnyTagClassName
{
color: #13690C;
}
</style>
background-color css
<style>
a { background-color: #13690C; }
a { background-color: rgb(19,105,12); }
div.DivClassName
{
background-color: #13690C;
}
.BgClassName
{
background-color: #13690C;
}
</style>
border-color css
<style>
span { border-color: #13690C; }
span { border-color: rgb(19,105,12); }
td.TdClassName
{
border-color: #13690C;
}
.TagClassName
{
border-color: #13690C;
}
</style>