#005F4E

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

Shades of Mosque #005F4E

Tints of Mosque #005F4E

Color information

#005F4E (or 0x005F4E) is unknown color: approx Mosque. HEX triplet: 00, 5F and 4E. RGB value is (0,95,78). Sum of RGB (Red+Green+Blue) = 0+95+78=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 95 (37.5% from 255 or 54.91% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 95 - color contains mainly: green. Hex color #005F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005F4E is #FFA0B1. Grayscale: #404040. Windows color (decimal): -16752818 or 5136128. OLE color: 5136128.

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

Color convert

RGB09578-
CMYK100.180.63
HSL169.26º100%18.63%-
HSV(B)169.26º100%37.25%-
XYZ5.478.738.61-
YUV64.66135.5381.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 95 (37.5% from 255) = 54.91%
BLUE value IS 78 (30.86% from 255) = 45.09%
R=0%
G=54.91%
B=45.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal09578100.180.63169.2610018.63
Hex05F4E640123Fa96413
Octal01371161440227725114423
Binary010111111001110110010001001011111110101001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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