Html Css Color HEX #01574D Mosque

📋 copy color: '#01574D'

red 1 ◦ green 87 ◦ blue 77

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

Shades of Mosque #01574D

Tints of Mosque #01574D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 46.67%

R = 0.61%
G = 52.73%
B = 46.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#01574D (or 0x01574D) is known color: Mosque. HEX triplet: 01, 57 and 4D. RGB value is (1,87,77). Sum of RGB (Red+Green+Blue) = 1+87+77=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 87 (34.38% from 255 or 52.73% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 87 - color contains mainly: green. Hex color #01574D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01574D is #FEA8B2. Grayscale: #3C3C3C. Windows color (decimal): -16689331 or 5068545. OLE color: 5068545.

HSL color Cylindrical-coordinate representation of color #01574D: hue angle of 173.02º 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 #01574D is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 87 77 -
CMYK 0.99 0 0.11 0.66
HSL 173.02º 0.98% 0.17% -
HSV(B) 173.02º 0.99% 0.34% -
XYZ 4.76 7.36 8.19 -
YUV 60.15 137.51 85.81 -
System Red Green Blue C M Y K H S L
Decimal 1 87 77 0.99 0 0.11 0.66 173.02 0.98 0.17
Hex 1 57 4D 63 0 B 42 AD 62 11
Octal 1 127 115 143 0 13 102 255 142 21
Binary 1 1010111 1001101 1100011 0 1011 1000010 10101101 1100010 10001

Color Harmonies of #01574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01574D

Black with #01574D

Text Example


Text Example

White with #01574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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