Html Css Color HEX #049514 Islamic Green

📋 copy color: '#049514'

red 4 ◦ green 149 ◦ blue 20

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

Shades of Islamic Green #049514

Tints of Islamic Green #049514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 86.13%

 BLUE value IS 20 (8.2% from 255) = 11.56%

R = 2.31%
G = 86.13%
B = 11.56%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#049514 (or 0x049514) is known color: Islamic Green. HEX triplet: 04, 95 and 14. RGB value is (4,149,20). Sum of RGB (Red+Green+Blue) = 4+149+20=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 149 (58.59% from 255 or 86.13% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 149 - color contains mainly: green. Hex color #049514 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049514 is #FB6AEB. Grayscale: #5B5B5B. Windows color (decimal): -16476908 or 1348868. OLE color: 1348868.

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

Color convert

RGB 4 149 20 -
CMYK 0.97 0 0.87 0.42
HSL 126.62º 0.95% 0.3% -
HSV(B) 126.62º 0.97% 0.58% -
XYZ 10.92 21.57 4.25 -
YUV 90.94 87.96 65.99 -
System Red Green Blue C M Y K H S L
Decimal 4 149 20 0.97 0 0.87 0.42 126.62 0.95 0.3
Hex 4 95 14 61 0 57 2A 7F 5F 1E
Octal 4 225 24 141 0 127 52 177 137 36
Binary 100 10010101 10100 1100001 0 1010111 101010 1111111 1011111 11110

Color Harmonies of #049514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049514

Black with #049514

Text Example


Text Example

White with #049514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049514; }

 p { color: rgb(4,149,20); }

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

background-color css

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

 a { background-color: rgb(4,149,20); }

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

border-color css

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

 span { border-color: rgb(4,149,20); }

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