Html Css Color HEX #01574A Mosque

📋 copy color: '#01574A'

red 1 ◦ green 87 ◦ blue 74

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

Shades of Mosque #01574A

Tints of Mosque #01574A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 53.7%

 BLUE value IS 74 (29.3% from 255) = 45.68%

R = 0.62%
G = 53.7%
B = 45.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#01574A (or 0x01574A) is known color: Mosque. HEX triplet: 01, 57 and 4A. RGB value is (1,87,74). Sum of RGB (Red+Green+Blue) = 1+87+74=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 87 (34.38% from 255 or 53.70% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 87 - color contains mainly: green. Hex color #01574A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01574A is #FEA8B5. Grayscale: #3B3B3B. Windows color (decimal): -16689334 or 4871937. OLE color: 4871937.

HSL color Cylindrical-coordinate representation of color #01574A: hue angle of 170.93º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01574A is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 87 74 -
CMYK 0.99 0 0.15 0.66
HSL 170.93º 0.98% 0.17% -
HSV(B) 170.93º 0.99% 0.34% -
XYZ 4.66 7.32 7.65 -
YUV 59.8 136.01 86.06 -
System Red Green Blue C M Y K H S L
Decimal 1 87 74 0.99 0 0.15 0.66 170.93 0.98 0.17
Hex 1 57 4A 63 0 F 42 AB 62 11
Octal 1 127 112 143 0 17 102 253 142 21
Binary 1 1010111 1001010 1100011 0 1111 1000010 10101011 1100010 10001

Color Harmonies of #01574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01574A

Black with #01574A

Text Example


Text Example

White with #01574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01574A; }

 p { color: rgb(1,87,74); }

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

background-color css

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

 a { background-color: rgb(1,87,74); }

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

border-color css

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

 span { border-color: rgb(1,87,74); }

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