#0C5955

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

Shades of Mosque #0C5955

Tints of Mosque #0C5955

Color information

#0C5955 (or 0x0C5955) is unknown color: approx Mosque. HEX triplet: 0C, 59 and 55. RGB value is (12,89,85). Sum of RGB (Red+Green+Blue) = 12+89+85=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #0C5955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5955 is #F3A6AA. Grayscale: #414141. Windows color (decimal): -15967915 or 5593356. OLE color: 5593356.

HSL color Cylindrical-coordinate representation of color #0C5955: hue angle of 176.88º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5955 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB128985-
CMYK0.8700.040.65
HSL176.88º76.24%19.8%-
HSV(B)176.88º86.52%34.9%-
XYZ5.367.889.83-
YUV65.52138.9989.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.45%
GREEN value IS 89 (35.16% from 255) = 47.85%
BLUE value IS 85 (33.59% from 255) = 45.70%
R=6.45%
G=47.85%
B=45.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1289850.8700.040.65176.8876.2419.8
HexC5955570441b14c14
Octal141311251270410126111424
Binary11001011001101010110101110100100000110110001100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5955; }

 p { color: rgb(12,89,85); }

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

<style>
 a { background-color: #0C5955; }

 a { background-color: rgb(12,89,85); }

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

<style>
 span { border-color: #0C5955; }

 span { border-color: rgb(12,89,85); }

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