Shades of Islamic Green #13B50B
Tints of Islamic Green #13B50B
RGB
CMYK
RGB Variations
Color information
#13B50B (or 0x13B50B) is known color: Islamic Green. HEX triplet: 13, B5 and 0B. RGB value is (19,181,11). Sum of RGB (Red+Green+Blue) = 19+181+11=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 181 (71.09% from 255 or 85.78% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 181 - color contains mainly: green. Hex color #13B50B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B50B is #EC4AF4. Grayscale: #717171. Windows color (decimal): -15485685 or 767251. OLE color: 767251.
HSL color Cylindrical-coordinate representation of color #13B50B: hue angle of 117.18º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13B50B is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 181 | 11 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.29 |
| HSL | 117.18º | 0.89% | 0.38% | - |
| HSV(B) | 117.18º | 0.94% | 0.71% | - |
| XYZ | 16.85 | 33.21 | 5.84 | - |
| YUV | 113.18 | 70.33 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 181 | 11 | 0.90 | 0 | 0.94 | 0.29 | 117.18 | 0.89 | 0.38 |
| Hex | 13 | B5 | B | 5A | 0 | 5E | 1D | 75 | 59 | 26 |
| Octal | 23 | 265 | 13 | 132 | 0 | 136 | 35 | 165 | 131 | 46 |
| Binary | 10011 | 10110101 | 1011 | 1011010 | 0 | 1011110 | 11101 | 1110101 | 1011001 | 100110 |
Color Harmonies of #13B50B
Complementary color
Monochromatic Colors of #13B50B
Black with #13B50B
Text Example
Text Example
White with #13B50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B50B; }
p { color: rgb(19,181,11); }
H1.HeaderClassName
{
color: #13B50B;
}
.AnyTagClassName
{
color: #13B50B;
}
</style>
background-color css
<style>
a { background-color: #13B50B; }
a { background-color: rgb(19,181,11); }
div.DivClassName
{
background-color: #13B50B;
}
.BgClassName
{
background-color: #13B50B;
}
</style>
border-color css
<style>
span { border-color: #13B50B; }
span { border-color: rgb(19,181,11); }
td.TdClassName
{
border-color: #13B50B;
}
.TagClassName
{
border-color: #13B50B;
}
</style>