#049604

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

Shades of Islamic Green #049604

Tints of Islamic Green #049604

Color information

#049604 (or 0x049604) is unknown color: approx Islamic Green. HEX triplet: 04, 96 and 04. RGB value is (4,150,4). Sum of RGB (Red+Green+Blue) = 4+150+4=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 150 (58.98% from 255 or 94.94% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 150 - color contains mainly: green. Hex color #049604 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049604 is #FB69FB. Grayscale: #5A5A5A. Windows color (decimal): -16476668 or 300548. OLE color: 300548.

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

Color convert

RGB41504-
CMYK0.9700.970.41
HSL120º94.81%30.2%-
HSV(B)120º97.33%58.82%-
XYZ10.9821.853.75-
YUV89.779.6366.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.53%
GREEN value IS 150 (58.98% from 255) = 94.94%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=2.53%
G=94.94%
B=2.53%

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
Decimal415040.9700.970.4112094.8130.2
Hex49646106129785f1e
Octal4226414101415117013736
Binary100100101101001100001011000011010011111000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049604; }

 p { color: rgb(4,150,4); }

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

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

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

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

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

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

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