Html Css Color HEX #049412 Islamic Green

📋 copy color: '#049412'

red 4 ◦ green 148 ◦ blue 18

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

Shades of Islamic Green #049412

Tints of Islamic Green #049412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 87.06%

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

R = 2.35%
G = 87.06%
B = 10.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#049412 (or 0x049412) is known color: Islamic Green. HEX triplet: 04, 94 and 12. RGB value is (4,148,18). Sum of RGB (Red+Green+Blue) = 4+148+18=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 148 (58.20% from 255 or 87.06% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 148 - color contains mainly: green. Hex color #049412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049412 is #FB6BED. Grayscale: #5A5A5A. Windows color (decimal): -16477166 or 1217540. OLE color: 1217540.

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

Color convert

RGB 4 148 18 -
CMYK 0.97 0 0.88 0.42
HSL 125.83º 0.95% 0.3% -
HSV(B) 125.83º 0.97% 0.58% -
XYZ 10.75 21.25 4.11 -
YUV 90.12 87.29 66.57 -
System Red Green Blue C M Y K H S L
Decimal 4 148 18 0.97 0 0.88 0.42 125.83 0.95 0.3
Hex 4 94 12 61 0 58 2A 7E 5F 1E
Octal 4 224 22 141 0 130 52 176 137 36
Binary 100 10010100 10010 1100001 0 1011000 101010 1111110 1011111 11110

Color Harmonies of #049412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049412

Black with #049412

Text Example


Text Example

White with #049412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049412; }

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

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

background-color css

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

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

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

border-color css

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

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

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