Shades of Islamic Green #039501
Tints of Islamic Green #039501
RGB
CMYK
RGB Variations
Color information
#039501 (or 0x039501) is known color: Islamic Green. HEX triplet: 03, 95 and 01. RGB value is (3,149,1). Sum of RGB (Red+Green+Blue) = 3+149+1=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 149 (58.59% from 255 or 97.39% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 149 - color contains mainly: green. Hex color #039501 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #039501 is #FC6AFE. Grayscale: #585858. Windows color (decimal): -16542463 or 103683. OLE color: 103683.
HSL color Cylindrical-coordinate representation of color #039501: hue angle of 119.19º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039501 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 149 | 1 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.42 |
| HSL | 119.19º | 0.99% | 0.29% | - |
| HSV(B) | 119.19º | 0.99% | 0.58% | - |
| XYZ | 10.79 | 21.52 | 3.61 | - |
| YUV | 88.47 | 78.63 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 1 | 0.98 | 0 | 0.99 | 0.42 | 119.19 | 0.99 | 0.29 |
| Hex | 3 | 95 | 1 | 62 | 0 | 63 | 2A | 77 | 63 | 1D |
| Octal | 3 | 225 | 1 | 142 | 0 | 143 | 52 | 167 | 143 | 35 |
| Binary | 11 | 10010101 | 1 | 1100010 | 0 | 1100011 | 101010 | 1110111 | 1100011 | 11101 |
Color Harmonies of #039501
Complementary color
Monochromatic Colors of #039501
Black with #039501
Text Example
Text Example
White with #039501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039501; }
p { color: rgb(3,149,1); }
H1.HeaderClassName
{
color: #039501;
}
.AnyTagClassName
{
color: #039501;
}
</style>
background-color css
<style>
a { background-color: #039501; }
a { background-color: rgb(3,149,1); }
div.DivClassName
{
background-color: #039501;
}
.BgClassName
{
background-color: #039501;
}
</style>
border-color css
<style>
span { border-color: #039501; }
span { border-color: rgb(3,149,1); }
td.TdClassName
{
border-color: #039501;
}
.TagClassName
{
border-color: #039501;
}
</style>