Html Css Color HEX #019404 Islamic Green

📋 copy color: '#019404'

red 1 ◦ green 148 ◦ blue 4

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

Shades of Islamic Green #019404

Tints of Islamic Green #019404

RGB

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

 GREEN value IS 148 (58.2% from 255) = 96.73%

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

R = 0.65%
G = 96.73%
B = 2.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#019404 (or 0x019404) is known color: Islamic Green. HEX triplet: 01, 94 and 04. RGB value is (1,148,4). Sum of RGB (Red+Green+Blue) = 1+148+4=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 148 (58.20% from 255 or 96.73% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 148 - color contains mainly: green. Hex color #019404 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019404 is #FE6BFB. Grayscale: #585858. Windows color (decimal): -16673788 or 300033. OLE color: 300033.

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

Color convert

RGB 1 148 4 -
CMYK 0.99 0 0.97 0.42
HSL 121.22º 0.99% 0.29% -
HSV(B) 121.22º 0.99% 0.58% -
XYZ 10.62 21.2 3.65 -
YUV 87.63 80.8 66.21 -
System Red Green Blue C M Y K H S L
Decimal 1 148 4 0.99 0 0.97 0.42 121.22 0.99 0.29
Hex 1 94 4 63 0 61 2A 79 63 1D
Octal 1 224 4 143 0 141 52 171 143 35
Binary 1 10010100 100 1100011 0 1100001 101010 1111001 1100011 11101

Color Harmonies of #019404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019404

Black with #019404

Text Example


Text Example

White with #019404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019404; }

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

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

background-color css

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

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

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

border-color css

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

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

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