#059502

Color #059502 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #059502

Tints of Islamic Green #059502

Color information

#059502 (or 0x059502) is unknown color: approx Islamic Green. HEX triplet: 05, 95 and 02. RGB value is (5,149,2). Sum of RGB (Red+Green+Blue) = 5+149+2=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 149 (58.59% from 255 or 95.51% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 149 - color contains mainly: green. Hex color #059502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #059502 is #FA6AFD. Grayscale: #595959. Windows color (decimal): -16411390 or 169221. OLE color: 169221.

HSL color Cylindrical-coordinate representation of color #059502: hue angle of 118.78º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #059502 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB51492-
CMYK0.9700.990.42
HSL118.78º97.35%29.61%-
HSV(B)118.78º98.66%58.43%-
XYZ10.8221.533.64-
YUV89.1978.7967.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 149 (58.59% from 255) = 95.51%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=3.21%
G=95.51%
B=1.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal514920.9700.990.42118.7897.3529.61
Hex5952610632A77611e
Octal5225214101435216714136
Binary10110010101101100001011000111010101110111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059502; }

 p { color: rgb(5,149,2); }

 H1.HeaderClassName
 {
   color: #059502;
 }
 .AnyTagClassName
 {
   color: #059502;
 }
</style>
background-color css

<style>
 a { background-color: #059502; }

 a { background-color: rgb(5,149,2); }

 div.DivClassName
 {
   background-color: #059502;
 }
 .BgClassName
 {
   background-color: #059502;
 }
</style>
border-color css

<style>
 span { border-color: #059502; }

 span { border-color: rgb(5,149,2); }

 td.TdClassName
 {
   border-color: #059502;
 }
 .TagClassName
 {
   border-color: #059502;
 }
</style>