Shades of Islamic Green #13960D
Tints of Islamic Green #13960D
RGB
CMYK
RGB Variations
Color information
#13960D (or 0x13960D) is known color: Islamic Green. HEX triplet: 13, 96 and 0D. RGB value is (19,150,13). Sum of RGB (Red+Green+Blue) = 19+150+13=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 150 (58.98% from 255 or 82.42% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 150 - color contains mainly: green. Hex color #13960D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13960D is #EC69F2. Grayscale: #5F5F5F. Windows color (decimal): -15493619 or 890387. OLE color: 890387.
HSL color Cylindrical-coordinate representation of color #13960D: hue angle of 117.37º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13960D is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 150 | 13 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.41 |
| HSL | 117.37º | 0.84% | 0.32% | - |
| HSV(B) | 117.37º | 0.91% | 0.59% | - |
| XYZ | 11.25 | 21.98 | 4.03 | - |
| YUV | 95.21 | 81.6 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 150 | 13 | 0.87 | 0 | 0.91 | 0.41 | 117.37 | 0.84 | 0.32 |
| Hex | 13 | 96 | D | 57 | 0 | 5B | 29 | 75 | 54 | 20 |
| Octal | 23 | 226 | 15 | 127 | 0 | 133 | 51 | 165 | 124 | 40 |
| Binary | 10011 | 10010110 | 1101 | 1010111 | 0 | 1011011 | 101001 | 1110101 | 1010100 | 100000 |
Color Harmonies of #13960D
Complementary color
Monochromatic Colors of #13960D
Black with #13960D
Text Example
Text Example
White with #13960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13960D; }
p { color: rgb(19,150,13); }
H1.HeaderClassName
{
color: #13960D;
}
.AnyTagClassName
{
color: #13960D;
}
</style>
background-color css
<style>
a { background-color: #13960D; }
a { background-color: rgb(19,150,13); }
div.DivClassName
{
background-color: #13960D;
}
.BgClassName
{
background-color: #13960D;
}
</style>
border-color css
<style>
span { border-color: #13960D; }
span { border-color: rgb(19,150,13); }
td.TdClassName
{
border-color: #13960D;
}
.TagClassName
{
border-color: #13960D;
}
</style>