#00625F

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

Shades of Mosque #00625F

Tints of Mosque #00625F

Color information

#00625F (or 0x00625F) is unknown color: approx Mosque. HEX triplet: 00, 62 and 5F. RGB value is (0,98,95). Sum of RGB (Red+Green+Blue) = 0+98+95=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #00625F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00625F is #FF9DA0. Grayscale: #444444. Windows color (decimal): -16752033 or 6251008. OLE color: 6251008.

HSL color Cylindrical-coordinate representation of color #00625F: hue angle of 178.16º 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 #00625F is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB09895-
CMYK100.030.62
HSL178.16º100%19.22%-
HSV(B)178.16º100%38.43%-
XYZ6.439.5612.33-
YUV68.36143.0379.24-

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) = 50.78%
BLUE value IS 95 (37.5% from 255) = 49.22%
R=0%
G=50.78%
B=49.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09895100.030.62178.1610019.22
Hex0625F64033Eb26413
Octal0142137144037626214423
Binary011000101011111110010001111111010110010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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