#049502

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

Shades of Islamic Green #049502

Tints of Islamic Green #049502

Color information

#049502 (or 0x049502) is unknown color: approx Islamic Green. HEX triplet: 04, 95 and 02. RGB value is (4,149,2). Sum of RGB (Red+Green+Blue) = 4+149+2=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 149 (58.59% from 255 or 96.13% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 149 - color contains mainly: green. Hex color #049502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049502 is #FB6AFD. Grayscale: #595959. Windows color (decimal): -16476926 or 169220. OLE color: 169220.

HSL color Cylindrical-coordinate representation of color #049502: hue angle of 119.18º 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 #049502 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB41492-
CMYK0.9700.990.42
HSL119.18º97.35%29.61%-
HSV(B)119.18º98.66%58.43%-
XYZ10.8121.533.64-
YUV88.8978.9667.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.58%
GREEN value IS 149 (58.59% from 255) = 96.13%
BLUE value IS 2 (1.17% from 255) = 1.29%
R=2.58%
G=96.13%
B=1.29%

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
Decimal414920.9700.990.42119.1897.3529.61
Hex4952610632A77611e
Octal4225214101435216714136
Binary10010010101101100001011000111010101110111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049502; }

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

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

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

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

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

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

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

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