#049510

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

Shades of Islamic Green #049510

Tints of Islamic Green #049510

Color information

#049510 (or 0x049510) is unknown color: approx Islamic Green. HEX triplet: 04, 95 and 10. RGB value is (4,149,16). Sum of RGB (Red+Green+Blue) = 4+149+16=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 149 (58.59% from 255 or 88.17% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 149 - color contains mainly: green. Hex color #049510 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049510 is #FB6AEF. Grayscale: #5A5A5A. Windows color (decimal): -16476912 or 1086724. OLE color: 1086724.

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

Color convert

RGB414916-
CMYK0.9700.890.42
HSL124.97º94.77%30%-
HSV(B)124.97º97.32%58.43%-
XYZ10.8921.564.08-
YUV90.4885.9666.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.37%
GREEN value IS 149 (58.59% from 255) = 88.17%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=2.37%
G=88.17%
B=9.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4149160.9700.890.42124.9794.7730
Hex49510610592A7d5f1e
Octal42252014101315217513736
Binary10010010101100001100001010110011010101111101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049510; }

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

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

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

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

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

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

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

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