#00645A

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

Shades of Mosque #00645A

Tints of Mosque #00645A

Color information

#00645A (or 0x00645A) is unknown color: approx Mosque. HEX triplet: 00, 64 and 5A. RGB value is (0,100,90). Sum of RGB (Red+Green+Blue) = 0+100+90=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 100 (39.45% from 255 or 52.63% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 100 - color contains mainly: green. Hex color #00645A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00645A is #FF9BA5. Grayscale: #444444. Windows color (decimal): -16751526 or 5923840. OLE color: 5923840.

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

Color convert

RGB010090-
CMYK100.100.61
HSL174º100%19.61%-
HSV(B)174º100%39.22%-
XYZ6.49.8511.24-
YUV68.96139.8778.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 100 (39.45% from 255) = 52.63%
BLUE value IS 90 (35.55% from 255) = 47.37%
R=0%
G=52.63%
B=47.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal010090100.100.6117410019.61
Hex0645A640A3Dae6414
Octal01441321440127525614424
Binary01100100101101011001000101011110110101110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00645A; }

 p { color: rgb(0,100,90); }

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

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

 a { background-color: rgb(0,100,90); }

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

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

 span { border-color: rgb(0,100,90); }

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