#006361

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

Shades of Mosque #006361

Tints of Mosque #006361

Color information

#006361 (or 0x006361) is unknown color: approx Mosque. HEX triplet: 00, 63 and 61. RGB value is (0,99,97). Sum of RGB (Red+Green+Blue) = 0+99+97=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #006361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006361 is #FF9C9E. Grayscale: #454545. Windows color (decimal): -16751775 or 6382336. OLE color: 6382336.

HSL color Cylindrical-coordinate representation of color #006361: hue angle of 178.79º 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 #006361 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB09997-
CMYK100.020.61
HSL178.79º100%19.41%-
HSV(B)178.79º100%38.82%-
XYZ6.629.7912.85-
YUV69.17143.778.66-

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.51%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=0%
G=50.51%
B=49.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09997100.020.61178.7910019.41
Hex0636164023Db36413
Octal0143141144027526314423
Binary011000111100001110010001011110110110011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006361; }

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

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

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

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

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

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

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

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