Html Css Color HEX #00584A Mosque

📋 copy color: '#00584A'

red 0 ◦ green 88 ◦ blue 74

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

Shades of Mosque #00584A

Tints of Mosque #00584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 54.32%

 BLUE value IS 74 (29.3% from 255) = 45.68%

R = 0%
G = 54.32%
B = 45.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#00584A (or 0x00584A) is known color: Mosque. HEX triplet: 00, 58 and 4A. RGB value is (0,88,74). Sum of RGB (Red+Green+Blue) = 0+88+74=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #00584A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00584A is #FFA7B5. Grayscale: #3C3C3C. Windows color (decimal): -16754614 or 4872192. OLE color: 4872192.

HSL color Cylindrical-coordinate representation of color #00584A: hue angle of 170.45º 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 #00584A is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 88 74 -
CMYK 1 0 0.16 0.65
HSL 170.45º 1% 0.17% -
HSV(B) 170.45º 1% 0.35% -
XYZ 4.73 7.47 7.67 -
YUV 60.09 135.85 85.14 -
System Red Green Blue C M Y K H S L
Decimal 0 88 74 1 0 0.16 0.65 170.45 1 0.17
Hex 0 58 4A 64 0 10 41 AA 64 11
Octal 0 130 112 144 0 20 101 252 144 21
Binary 0 1011000 1001010 1100100 0 10000 1000001 10101010 1100100 10001

Color Harmonies of #00584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00584A

Black with #00584A

Text Example


Text Example

White with #00584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,88,74); }

 H1.HeaderClassName
 {
   color: #00584A;
 }
 .AnyTagClassName
 {
   color: #00584A;
 }
</style>

background-color css

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

 a { background-color: rgb(0,88,74); }

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

border-color css

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

 span { border-color: rgb(0,88,74); }

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