#049705

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

Shades of Islamic Green #049705

Tints of Islamic Green #049705

Color information

#049705 (or 0x049705) is unknown color: approx Islamic Green. HEX triplet: 04, 97 and 05. RGB value is (4,151,5). Sum of RGB (Red+Green+Blue) = 4+151+5=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 151 (59.38% from 255 or 94.38% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 151 - color contains mainly: green. Hex color #049705 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049705 is #FB68FA. Grayscale: #5A5A5A. Windows color (decimal): -16476411 or 366340. OLE color: 366340.

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

Color convert

RGB41515-
CMYK0.9700.970.41
HSL120.41º94.84%30.39%-
HSV(B)120.41º97.35%59.22%-
XYZ11.1422.173.84-
YUV90.479.866.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.5%
GREEN value IS 151 (59.38% from 255) = 94.38%
BLUE value IS 5 (2.34% from 255) = 3.12%
R=2.5%
G=94.38%
B=3.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal415150.9700.970.41120.4194.8430.39
Hex49756106129785f1e
Octal4227514101415117013736
Binary100100101111011100001011000011010011111000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049705; }

 p { color: rgb(4,151,5); }

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

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

 a { background-color: rgb(4,151,5); }

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

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

 span { border-color: rgb(4,151,5); }

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