#006360

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

Shades of Mosque #006360

Tints of Mosque #006360

Color information

#006360 (or 0x006360) is unknown color: approx Mosque. HEX triplet: 00, 63 and 60. RGB value is (0,99,96). Sum of RGB (Red+Green+Blue) = 0+99+96=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #006360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006360 is #FF9C9F. Grayscale: #444444. Windows color (decimal): -16751776 or 6316800. OLE color: 6316800.

HSL color Cylindrical-coordinate representation of color #006360: hue angle of 178.18º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006360 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB09996-
CMYK100.030.61
HSL178.18º100%19.41%-
HSV(B)178.18º100%38.82%-
XYZ6.579.7712.61-
YUV69.06143.278.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 50.77%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=0%
G=50.77%
B=49.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09996100.030.61178.1810019.41
Hex0636064033Db26413
Octal0143140144037526214423
Binary011000111100000110010001111110110110010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006360; }

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

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

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

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

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

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

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

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