Html Css Color HEX #019521 Islamic Green

📋 copy color: '#019521'

red 1 ◦ green 149 ◦ blue 33

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

Shades of Islamic Green #019521

Tints of Islamic Green #019521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.03%

R = 0.55%
G = 81.42%
B = 18.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#019521 (or 0x019521) is known color: Islamic Green. HEX triplet: 01, 95 and 21. RGB value is (1,149,33). Sum of RGB (Red+Green+Blue) = 1+149+33=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 149 (58.59% from 255 or 81.42% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 149 - color contains mainly: green. Hex color #019521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019521 is #FE6ADE. Grayscale: #5B5B5B. Windows color (decimal): -16673503 or 2200833. OLE color: 2200833.

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

Color convert

RGB 1 149 33 -
CMYK 0.99 0 0.78 0.42
HSL 132.97º 0.99% 0.29% -
HSV(B) 132.97º 0.99% 0.58% -
XYZ 11.03 21.61 5.03 -
YUV 91.52 94.97 63.43 -
System Red Green Blue C M Y K H S L
Decimal 1 149 33 0.99 0 0.78 0.42 132.97 0.99 0.29
Hex 1 95 21 63 0 4E 2A 85 63 1D
Octal 1 225 41 143 0 116 52 205 143 35
Binary 1 10010101 100001 1100011 0 1001110 101010 10000101 1100011 11101

Color Harmonies of #019521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019521

Black with #019521

Text Example


Text Example

White with #019521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019521; }

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

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

background-color css

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

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

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

border-color css

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

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

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