#02574B

Color #02574B Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #02574B

Tints of Mosque #02574B

Color information

#02574B (or 0x02574B) is unknown color: approx Mosque. HEX triplet: 02, 57 and 4B. RGB value is (2,87,75). Sum of RGB (Red+Green+Blue) = 2+87+75=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 87 (34.38% from 255 or 53.05% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 87 - color contains mainly: green. Hex color #02574B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02574B is #FDA8B4. Grayscale: #3C3C3C. Windows color (decimal): -16623797 or 4937474. OLE color: 4937474.

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

Color convert

RGB28775-
CMYK0.9800.140.66
HSL171.53º95.51%17.45%-
HSV(B)171.53º97.7%34.12%-
XYZ4.77.347.82-
YUV60.22136.3486.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 87 (34.38% from 255) = 53.05%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=1.22%
G=53.05%
B=45.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal287750.9800.140.66171.5395.5117.45
Hex2574B620E42ac6011
Octal212711314201610225414021
Binary1010101111001011110001001110100001010101100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02574B;
 }
 .AnyTagClassName
 {
   color: #02574B;
 }
</style>
background-color css

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

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

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

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

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

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