#00594B

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

Shades of Mosque #00594B

Tints of Mosque #00594B

Color information

#00594B (or 0x00594B) is unknown color: approx Mosque. HEX triplet: 00, 59 and 4B. RGB value is (0,89,75). Sum of RGB (Red+Green+Blue) = 0+89+75=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #00594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00594B is #FFA6B4. Grayscale: #3C3C3C. Windows color (decimal): -16754357 or 4937984. OLE color: 4937984.

HSL color Cylindrical-coordinate representation of color #00594B: hue angle of 170.56º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00594B is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB08975-
CMYK100.160.65
HSL170.56º100%17.45%-
HSV(B)170.56º100%34.9%-
XYZ4.847.657.88-
YUV60.79136.0184.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 89 (35.16% from 255) = 54.27%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=0%
G=54.27%
B=45.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal08975100.160.65170.5610017.45
Hex0594B6401041ab6411
Octal013111314402010125314421
Binary0101100110010111100100010000100000110101011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00594B; }

 p { color: rgb(0,89,75); }

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

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

 a { background-color: rgb(0,89,75); }

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

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

 span { border-color: rgb(0,89,75); }

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