Html Css Color HEX #00645D Mosque

📋 copy color: '#00645D'

red 0 ◦ green 100 ◦ blue 93

#00645D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #00645D

Tints of Mosque #00645D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 100 (39.45% from 255) = 51.81%

 BLUE value IS 93 (36.72% from 255) = 48.19%

R = 0%
G = 51.81%
B = 48.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#00645D (or 0x00645D) is known color: Mosque. HEX triplet: 00, 64 and 5D. RGB value is (0,100,93). Sum of RGB (Red+Green+Blue) = 0+100+93=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #00645D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00645D is #FF9BA2. Grayscale: #454545. Windows color (decimal): -16751523 or 6120448. OLE color: 6120448.

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

Color convert

RGB 0 100 93 -
CMYK 1 0 0.07 0.61
HSL 175.8º 1% 0.2% -
HSV(B) 175.8º 1% 0.39% -
XYZ 6.53 9.9 11.92 -
YUV 69.3 141.37 78.57 -
System Red Green Blue C M Y K H S L
Decimal 0 100 93 1 0 0.07 0.61 175.8 1 0.2
Hex 0 64 5D 64 0 7 3D B0 64 14
Octal 0 144 135 144 0 7 75 260 144 24
Binary 0 1100100 1011101 1100100 0 111 111101 10110000 1100100 10100

Color Harmonies of #00645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00645D

Black with #00645D

Text Example


Text Example

White with #00645D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00645D;
 }
 .AnyTagClassName
 {
   color: #00645D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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