Html Css Color HEX #049410 Islamic Green

📋 copy color: '#049410'

red 4 ◦ green 148 ◦ blue 16

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

Shades of Islamic Green #049410

Tints of Islamic Green #049410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.52%

R = 2.38%
G = 88.1%
B = 9.52%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#049410 (or 0x049410) is known color: Islamic Green. HEX triplet: 04, 94 and 10. RGB value is (4,148,16). Sum of RGB (Red+Green+Blue) = 4+148+16=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 148 (58.20% from 255 or 88.10% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 148 - color contains mainly: green. Hex color #049410 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049410 is #FB6BEF. Grayscale: #5A5A5A. Windows color (decimal): -16477168 or 1086468. OLE color: 1086468.

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

Color convert

RGB 4 148 16 -
CMYK 0.97 0 0.89 0.42
HSL 125º 0.95% 0.3% -
HSV(B) 125º 0.97% 0.58% -
XYZ 10.73 21.24 4.02 -
YUV 89.9 86.29 66.73 -
System Red Green Blue C M Y K H S L
Decimal 4 148 16 0.97 0 0.89 0.42 125 0.95 0.3
Hex 4 94 10 61 0 59 2A 7D 5F 1E
Octal 4 224 20 141 0 131 52 175 137 36
Binary 100 10010100 10000 1100001 0 1011001 101010 1111101 1011111 11110

Color Harmonies of #049410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049410

Black with #049410

Text Example


Text Example

White with #049410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049410; }

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

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

background-color css

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

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

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

border-color css

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

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

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