#049507

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

Shades of Islamic Green #049507

Tints of Islamic Green #049507

Color information

#049507 (or 0x049507) is unknown color: approx Islamic Green. HEX triplet: 04, 95 and 07. RGB value is (4,149,7). Sum of RGB (Red+Green+Blue) = 4+149+7=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 149 (58.59% from 255 or 93.12% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 149 - color contains mainly: green. Hex color #049507 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049507 is #FB6AF8. Grayscale: #595959. Windows color (decimal): -16476921 or 496900. OLE color: 496900.

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

Color convert

RGB41497-
CMYK0.9700.950.42
HSL121.24º94.77%30%-
HSV(B)121.24º97.32%58.43%-
XYZ10.8421.543.79-
YUV89.4681.4667.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.5%
GREEN value IS 149 (58.59% from 255) = 93.12%
BLUE value IS 7 (3.12% from 255) = 4.38%
R=2.5%
G=93.12%
B=4.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal414970.9700.950.42121.2494.7730
Hex49576105F2A795f1e
Octal4225714101375217113736
Binary100100101011111100001010111111010101111001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049507; }

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

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

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

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

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

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

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

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