#049103

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

Shades of Islamic Green #049103

Tints of Islamic Green #049103

Color information

#049103 (or 0x049103) is unknown color: approx Islamic Green. HEX triplet: 04, 91 and 03. RGB value is (4,145,3). Sum of RGB (Red+Green+Blue) = 4+145+3=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 145 (57.03% from 255 or 95.39% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 145 - color contains mainly: green. Hex color #049103 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049103 is #FB6EFC. Grayscale: #575757. Windows color (decimal): -16477949 or 233732. OLE color: 233732.

HSL color Cylindrical-coordinate representation of color #049103: hue angle of 119.58º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049103 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.

Color convert

RGB41453-
CMYK0.9700.980.43
HSL119.58º95.95%29.02%-
HSV(B)119.58º97.93%56.86%-
XYZ10.1920.283.46-
YUV86.6580.7969.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 145 (57.03% from 255) = 95.39%
BLUE value IS 3 (1.56% from 255) = 1.97%
R=2.63%
G=95.39%
B=1.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal414530.9700.980.43119.5895.9529.02
Hex4913610622B78601d
Octal4221314101425317014035
Binary10010010001111100001011000101010111111000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049103; }

 p { color: rgb(4,145,3); }

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

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

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

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

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

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

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