Html Css Color HEX #049112 Islamic Green

📋 copy color: '#049112'

red 4 ◦ green 145 ◦ blue 18

#049112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #049112

Tints of Islamic Green #049112

RGB

 RED value IS 4 (1.95% from 255) = 2.4%

 GREEN value IS 145 (57.03% from 255) = 86.83%

 BLUE value IS 18 (7.42% from 255) = 10.78%

R = 2.4%
G = 86.83%
B = 10.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#049112 (or 0x049112) is known color: Islamic Green. HEX triplet: 04, 91 and 12. RGB value is (4,145,18). Sum of RGB (Red+Green+Blue) = 4+145+18=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 145 (57.03% from 255 or 86.83% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 145 - color contains mainly: green. Hex color #049112 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049112 is #FB6EED. Grayscale: #585858. Windows color (decimal): -16477934 or 1216772. OLE color: 1216772.

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

Color convert

RGB 4 145 18 -
CMYK 0.97 0 0.88 0.43
HSL 125.96º 0.95% 0.29% -
HSV(B) 125.96º 0.97% 0.57% -
XYZ 10.28 20.32 3.95 -
YUV 88.36 88.29 67.83 -
System Red Green Blue C M Y K H S L
Decimal 4 145 18 0.97 0 0.88 0.43 125.96 0.95 0.29
Hex 4 91 12 61 0 58 2B 7E 5F 1D
Octal 4 221 22 141 0 130 53 176 137 35
Binary 100 10010001 10010 1100001 0 1011000 101011 1111110 1011111 11101

Color Harmonies of #049112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049112

Black with #049112

Text Example


Text Example

White with #049112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049112; }

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

 H1.HeaderClassName
 {
   color: #049112;
 }
 .AnyTagClassName
 {
   color: #049112;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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