Html Css Color HEX #00574B Mosque

📋 copy color: '#00574B'

red 0 ◦ green 87 ◦ blue 75

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

Shades of Mosque #00574B

Tints of Mosque #00574B

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 75 (29.69% from 255) = 46.3%

R = 0%
G = 53.7%
B = 46.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#00574B (or 0x00574B) is known color: Mosque. HEX triplet: 00, 57 and 4B. RGB value is (0,87,75). Sum of RGB (Red+Green+Blue) = 0+87+75=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 87 (34.38% from 255 or 53.70% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 87 - color contains mainly: green. Hex color #00574B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00574B is #FFA8B4. Grayscale: #3B3B3B. Windows color (decimal): -16754869 or 4937472. OLE color: 4937472.

HSL color Cylindrical-coordinate representation of color #00574B: hue angle of 171.72º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00574B is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 87 75 -
CMYK 1 0 0.14 0.66
HSL 171.72º 1% 0.17% -
HSV(B) 171.72º 1% 0.34% -
XYZ 4.68 7.32 7.82 -
YUV 59.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 0 87 75 1 0 0.14 0.66 171.72 1 0.17
Hex 0 57 4B 64 0 E 42 AC 64 11
Octal 0 127 113 144 0 16 102 254 144 21
Binary 0 1010111 1001011 1100100 0 1110 1000010 10101100 1100100 10001

Color Harmonies of #00574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00574B

Black with #00574B

Text Example


Text Example

White with #00574B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00574B; }

 p { color: rgb(0,87,75); }

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

background-color css

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

 a { background-color: rgb(0,87,75); }

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

border-color css

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

 span { border-color: rgb(0,87,75); }

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