#049506

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

Shades of Islamic Green #049506

Tints of Islamic Green #049506

Color information

#049506 (or 0x049506) is unknown color: approx Islamic Green. HEX triplet: 04, 95 and 06. RGB value is (4,149,6). Sum of RGB (Red+Green+Blue) = 4+149+6=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 149 (58.59% from 255 or 93.71% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 149 - color contains mainly: green. Hex color #049506 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049506 is #FB6AF9. Grayscale: #595959. Windows color (decimal): -16476922 or 431364. OLE color: 431364.

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

Color convert

RGB41496-
CMYK0.9700.960.42
HSL120.83º94.77%30%-
HSV(B)120.83º97.32%58.43%-
XYZ10.8321.533.76-
YUV89.3480.9667.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.52%
GREEN value IS 149 (58.59% from 255) = 93.71%
BLUE value IS 6 (2.73% from 255) = 3.77%
R=2.52%
G=93.71%
B=3.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal414960.9700.960.42120.8394.7730
Hex4956610602A795f1e
Octal4225614101405217113736
Binary100100101011101100001011000001010101111001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049506; }

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

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

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

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

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

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

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

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