Html Css Color HEX #049501 Islamic Green

📋 copy color: '#049501'

red 4 ◦ green 149 ◦ blue 1

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

Shades of Islamic Green #049501

Tints of Islamic Green #049501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 2.6%
G = 96.75%
B = 0.65%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#049501 (or 0x049501) is known color: Islamic Green. HEX triplet: 04, 95 and 01. RGB value is (4,149,1). Sum of RGB (Red+Green+Blue) = 4+149+1=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 149 (58.59% from 255 or 96.75% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 149 - color contains mainly: green. Hex color #049501 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049501 is #FB6AFE. Grayscale: #595959. Windows color (decimal): -16476927 or 103684. OLE color: 103684.

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

Color convert

RGB 4 149 1 -
CMYK 0.97 0 0.99 0.42
HSL 118.78º 0.99% 0.29% -
HSV(B) 118.78º 0.99% 0.58% -
XYZ 10.8 21.52 3.61 -
YUV 88.77 78.46 67.53 -
System Red Green Blue C M Y K H S L
Decimal 4 149 1 0.97 0 0.99 0.42 118.78 0.99 0.29
Hex 4 95 1 61 0 63 2A 77 63 1D
Octal 4 225 1 141 0 143 52 167 143 35
Binary 100 10010101 1 1100001 0 1100011 101010 1110111 1100011 11101

Color Harmonies of #049501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049501

Black with #049501

Text Example


Text Example

White with #049501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049501; }

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

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

background-color css

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

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

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

border-color css

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

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

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