Html Css Color HEX #049101 Islamic Green

📋 copy color: '#049101'

red 4 ◦ green 145 ◦ blue 1

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

Shades of Islamic Green #049101

Tints of Islamic Green #049101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 96.67%

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

R = 2.67%
G = 96.67%
B = 0.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#049101 (or 0x049101) is known color: Islamic Green. HEX triplet: 04, 91 and 01. RGB value is (4,145,1). Sum of RGB (Red+Green+Blue) = 4+145+1=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 145 (57.03% from 255 or 96.67% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 145 - color contains mainly: green. Hex color #049101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049101 is #FB6EFE. Grayscale: #565656. Windows color (decimal): -16477951 or 102660. OLE color: 102660.

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

Color convert

RGB 4 145 1 -
CMYK 0.97 0 0.99 0.43
HSL 118.75º 0.99% 0.29% -
HSV(B) 118.75º 0.99% 0.57% -
XYZ 10.18 20.28 3.41 -
YUV 86.43 79.79 69.21 -
System Red Green Blue C M Y K H S L
Decimal 4 145 1 0.97 0 0.99 0.43 118.75 0.99 0.29
Hex 4 91 1 61 0 63 2B 77 63 1D
Octal 4 221 1 141 0 143 53 167 143 35
Binary 100 10010001 1 1100001 0 1100011 101011 1110111 1100011 11101

Color Harmonies of #049101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049101

Black with #049101

Text Example


Text Example

White with #049101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049101; }

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

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

background-color css

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

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

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

border-color css

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

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

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