Html Css Color HEX #049213 Islamic Green

📋 copy color: '#049213'

red 4 ◦ green 146 ◦ blue 19

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

Shades of Islamic Green #049213

Tints of Islamic Green #049213

RGB

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

 GREEN value IS 146 (57.42% from 255) = 86.39%

 BLUE value IS 19 (7.81% from 255) = 11.24%

R = 2.37%
G = 86.39%
B = 11.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#049213 (or 0x049213) is known color: Islamic Green. HEX triplet: 04, 92 and 13. RGB value is (4,146,19). Sum of RGB (Red+Green+Blue) = 4+146+19=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 146 (57.42% from 255 or 86.39% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 146 - color contains mainly: green. Hex color #049213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049213 is #FB6DEC. Grayscale: #595959. Windows color (decimal): -16477677 or 1282564. OLE color: 1282564.

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

Color convert

RGB 4 146 19 -
CMYK 0.97 0 0.87 0.43
HSL 126.34º 0.95% 0.29% -
HSV(B) 126.34º 0.97% 0.57% -
XYZ 10.45 20.63 4.05 -
YUV 89.06 88.46 67.33 -
System Red Green Blue C M Y K H S L
Decimal 4 146 19 0.97 0 0.87 0.43 126.34 0.95 0.29
Hex 4 92 13 61 0 57 2B 7E 5F 1D
Octal 4 222 23 141 0 127 53 176 137 35
Binary 100 10010010 10011 1100001 0 1010111 101011 1111110 1011111 11101

Color Harmonies of #049213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049213

Black with #049213

Text Example


Text Example

White with #049213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049213; }

 p { color: rgb(4,146,19); }

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

background-color css

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

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

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

border-color css

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

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

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