Html Css Color HEX #049500 Islamic Green

📋 copy color: '#049500'

red 4 ◦ green 149 ◦ blue 0

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

Shades of Islamic Green #049500

Tints of Islamic Green #049500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 2.61%
G = 97.39%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#049500 (or 0x049500) is known color: Islamic Green. HEX triplet: 04, 95 and 00. RGB value is (4,149,0). Sum of RGB (Red+Green+Blue) = 4+149+0=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 149 (58.59% from 255 or 97.39% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 149 - color contains mainly: green. Hex color #049500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049500 is #FB6AFF. Grayscale: #595959. Windows color (decimal): -16476928 or 38148. OLE color: 38148.

HSL color Cylindrical-coordinate representation of color #049500: hue angle of 118.39º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #049500 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 149 0 -
CMYK 0.97 0 1 0.42
HSL 118.39º 1% 0.29% -
HSV(B) 118.39º 1% 0.58% -
XYZ 10.8 21.52 3.58 -
YUV 88.66 77.96 67.62 -
System Red Green Blue C M Y K H S L
Decimal 4 149 0 0.97 0 1 0.42 118.39 1 0.29
Hex 4 95 0 61 0 64 2A 76 64 1D
Octal 4 225 0 141 0 144 52 166 144 35
Binary 100 10010101 0 1100001 0 1100100 101010 1110110 1100100 11101

Color Harmonies of #049500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049500

Black with #049500

Text Example


Text Example

White with #049500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049500; }

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

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

background-color css

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

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

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

border-color css

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

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

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