#0C5954

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

Shades of Mosque #0C5954

Tints of Mosque #0C5954

Color information

#0C5954 (or 0x0C5954) is unknown color: approx Mosque. HEX triplet: 0C, 59 and 54. RGB value is (12,89,84). Sum of RGB (Red+Green+Blue) = 12+89+84=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #0C5954 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5954 is #F3A6AB. Grayscale: #414141. Windows color (decimal): -15967916 or 5527820. OLE color: 5527820.

HSL color Cylindrical-coordinate representation of color #0C5954: hue angle of 176.1º 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 #0C5954 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB128984-
CMYK0.8700.060.65
HSL176.1º76.24%19.8%-
HSV(B)176.1º86.52%34.9%-
XYZ5.327.869.62-
YUV65.41138.4989.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.49%
GREEN value IS 89 (35.16% from 255) = 48.11%
BLUE value IS 84 (33.20% from 255) = 45.41%
R=6.49%
G=48.11%
B=45.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1289840.8700.060.65176.176.2419.8
HexC5954570641b04c14
Octal141311241270610126011424
Binary11001011001101010010101110110100000110110000100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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