#0C5F55

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

Shades of Mosque #0C5F55

Tints of Mosque #0C5F55

Color information

#0C5F55 (or 0x0C5F55) is unknown color: approx Mosque. HEX triplet: 0C, 5F and 55. RGB value is (12,95,85). Sum of RGB (Red+Green+Blue) = 12+95+85=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 95 (37.5% from 255 or 49.48% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 95 - color contains mainly: green. Hex color #0C5F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5F55 is #F3A0AA. Grayscale: #454545. Windows color (decimal): -15966379 or 5594892. OLE color: 5594892.

HSL color Cylindrical-coordinate representation of color #0C5F55: hue angle of 172.77º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5F55 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB129585-
CMYK0.8700.110.63
HSL172.77º77.57%20.98%-
HSV(B)172.77º87.37%37.25%-
XYZ5.888.9210.01-
YUV69.0413787.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.25%
GREEN value IS 95 (37.5% from 255) = 49.48%
BLUE value IS 85 (33.59% from 255) = 44.27%
R=6.25%
G=49.48%
B=44.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1295850.8700.110.63172.7777.5720.98
HexC5F55570B3Fad4e15
Octal141371251270137725511625
Binary11001011111101010110101110101111111110101101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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