#00605C

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

Shades of Mosque #00605C

Tints of Mosque #00605C

Color information

#00605C (or 0x00605C) is unknown color: approx Mosque. HEX triplet: 00, 60 and 5C. RGB value is (0,96,92). Sum of RGB (Red+Green+Blue) = 0+96+92=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #00605C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00605C is #FF9FA3. Grayscale: #424242. Windows color (decimal): -16752548 or 6053888. OLE color: 6053888.

HSL color Cylindrical-coordinate representation of color #00605C: hue angle of 177.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00605C is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB09692-
CMYK100.040.62
HSL177.5º100%18.82%-
HSV(B)177.5º100%37.65%-
XYZ6.119.1411.57-
YUV66.84142.280.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 51.06%
BLUE value IS 92 (36.33% from 255) = 48.94%
R=0%
G=51.06%
B=48.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09692100.040.62177.510018.82
Hex0605C64043Eb26413
Octal0140134144047626214423
Binary0110000010111001100100010011111010110010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00605C; }

 p { color: rgb(0,96,92); }

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

<style>
 a { background-color: #00605C; }

 a { background-color: rgb(0,96,92); }

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

<style>
 span { border-color: #00605C; }

 span { border-color: rgb(0,96,92); }

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