Shades of Islamic Green #13900B
Tints of Islamic Green #13900B
RGB
CMYK
RGB Variations
Color information
#13900B (or 0x13900B) is known color: Islamic Green. HEX triplet: 13, 90 and 0B. RGB value is (19,144,11). Sum of RGB (Red+Green+Blue) = 19+144+11=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 144 (56.64% from 255 or 82.76% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 144 - color contains mainly: green. Hex color #13900B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13900B is #EC6FF4. Grayscale: #5B5B5B. Windows color (decimal): -15495157 or 757779. OLE color: 757779.
HSL color Cylindrical-coordinate representation of color #13900B: hue angle of 116.39º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13900B is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 11 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.44 |
| HSL | 116.39º | 0.86% | 0.3% | - |
| HSV(B) | 116.39º | 0.92% | 0.56% | - |
| XYZ | 10.3 | 20.11 | 3.66 | - |
| YUV | 91.46 | 82.59 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 11 | 0.87 | 0 | 0.92 | 0.44 | 116.39 | 0.86 | 0.3 |
| Hex | 13 | 90 | B | 57 | 0 | 5C | 2C | 74 | 56 | 1E |
| Octal | 23 | 220 | 13 | 127 | 0 | 134 | 54 | 164 | 126 | 36 |
| Binary | 10011 | 10010000 | 1011 | 1010111 | 0 | 1011100 | 101100 | 1110100 | 1010110 | 11110 |
Color Harmonies of #13900B
Complementary color
Monochromatic Colors of #13900B
Black with #13900B
Text Example
Text Example
White with #13900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13900B; }
p { color: rgb(19,144,11); }
H1.HeaderClassName
{
color: #13900B;
}
.AnyTagClassName
{
color: #13900B;
}
</style>
background-color css
<style>
a { background-color: #13900B; }
a { background-color: rgb(19,144,11); }
div.DivClassName
{
background-color: #13900B;
}
.BgClassName
{
background-color: #13900B;
}
</style>
border-color css
<style>
span { border-color: #13900B; }
span { border-color: rgb(19,144,11); }
td.TdClassName
{
border-color: #13900B;
}
.TagClassName
{
border-color: #13900B;
}
</style>