#005A4E

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

Shades of Mosque #005A4E

Tints of Mosque #005A4E

Color information

#005A4E (or 0x005A4E) is unknown color: approx Mosque. HEX triplet: 00, 5A and 4E. RGB value is (0,90,78). Sum of RGB (Red+Green+Blue) = 0+90+78=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #005A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A4E is #FFA5B1. Grayscale: #3D3D3D. Windows color (decimal): -16754098 or 5134848. OLE color: 5134848.

HSL color Cylindrical-coordinate representation of color #005A4E: hue angle of 172º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A4E is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB09078-
CMYK100.130.65
HSL172º100%17.65%-
HSV(B)172º100%35.29%-
XYZ5.037.868.46-
YUV61.72137.1883.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 90 (35.55% from 255) = 53.57%
BLUE value IS 78 (30.86% from 255) = 46.43%
R=0%
G=53.57%
B=46.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal09078100.130.6517210017.65
Hex05A4E640D41ac6412
Octal013211614401510125414422
Binary010110101001110110010001101100000110101100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005A4E; }

 p { color: rgb(0,90,78); }

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

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

 a { background-color: rgb(0,90,78); }

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

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

 span { border-color: rgb(0,90,78); }

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