Html Css Color HEX #049701 Islamic Green

📋 copy color: '#049701'

red 4 ◦ green 151 ◦ blue 1

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

Shades of Islamic Green #049701

Tints of Islamic Green #049701

RGB

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

 GREEN value IS 151 (59.38% from 255) = 96.79%

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

R = 2.56%
G = 96.79%
B = 0.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#049701 (or 0x049701) is known color: Islamic Green. HEX triplet: 04, 97 and 01. RGB value is (4,151,1). Sum of RGB (Red+Green+Blue) = 4+151+1=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 151 (59.38% from 255 or 96.79% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 151 - color contains mainly: green. Hex color #049701 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049701 is #FB68FE. Grayscale: #5A5A5A. Windows color (decimal): -16476415 or 104196. OLE color: 104196.

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

Color convert

RGB 4 151 1 -
CMYK 0.97 0 0.99 0.41
HSL 118.8º 0.99% 0.3% -
HSV(B) 118.8º 0.99% 0.59% -
XYZ 11.12 22.16 3.72 -
YUV 89.95 77.8 66.7 -
System Red Green Blue C M Y K H S L
Decimal 4 151 1 0.97 0 0.99 0.41 118.8 0.99 0.3
Hex 4 97 1 61 0 63 29 77 63 1E
Octal 4 227 1 141 0 143 51 167 143 36
Binary 100 10010111 1 1100001 0 1100011 101001 1110111 1100011 11110

Color Harmonies of #049701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049701

Black with #049701

Text Example


Text Example

White with #049701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049701; }

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

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

background-color css

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

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

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

border-color css

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

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

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