#00625C

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

Shades of Mosque #00625C

Tints of Mosque #00625C

Color information

#00625C (or 0x00625C) is unknown color: approx Mosque. HEX triplet: 00, 62 and 5C. RGB value is (0,98,92). Sum of RGB (Red+Green+Blue) = 0+98+92=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #00625C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00625C is #FF9DA3. Grayscale: #434343. Windows color (decimal): -16752036 or 6054400. OLE color: 6054400.

HSL color Cylindrical-coordinate representation of color #00625C: hue angle of 176.33º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00625C is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB09892-
CMYK100.060.62
HSL176.33º100%19.22%-
HSV(B)176.33º100%38.43%-
XYZ6.39.5111.63-
YUV68.01141.5379.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 51.58%
BLUE value IS 92 (36.33% from 255) = 48.42%
R=0%
G=51.58%
B=48.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09892100.060.62176.3310019.22
Hex0625C64063Eb06413
Octal0142134144067626014423
Binary0110001010111001100100011011111010110000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00625C; }

 p { color: rgb(0,98,92); }

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

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

 a { background-color: rgb(0,98,92); }

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

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

 span { border-color: rgb(0,98,92); }

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