Html Css Color HEX #01584F Mosque

📋 copy color: '#01584F'

red 1 ◦ green 88 ◦ blue 79

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

Shades of Mosque #01584F

Tints of Mosque #01584F

RGB

 RED value IS 1 (0.78% from 255) = 0.6%

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

 BLUE value IS 79 (31.25% from 255) = 47.02%

R = 0.6%
G = 52.38%
B = 47.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#01584F (or 0x01584F) is known color: Mosque. HEX triplet: 01, 58 and 4F. RGB value is (1,88,79). Sum of RGB (Red+Green+Blue) = 1+88+79=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #01584F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01584F is #FEA7B0. Grayscale: #3C3C3C. Windows color (decimal): -16689073 or 5199873. OLE color: 5199873.

HSL color Cylindrical-coordinate representation of color #01584F: hue angle of 173.79º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01584F is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 88 79 -
CMYK 0.99 0 0.10 0.65
HSL 173.79º 0.98% 0.17% -
HSV(B) 173.79º 0.99% 0.35% -
XYZ 4.91 7.55 8.6 -
YUV 60.96 138.18 85.23 -
System Red Green Blue C M Y K H S L
Decimal 1 88 79 0.99 0 0.10 0.65 173.79 0.98 0.17
Hex 1 58 4F 63 0 A 41 AE 62 11
Octal 1 130 117 143 0 12 101 256 142 21
Binary 1 1011000 1001111 1100011 0 1010 1000001 10101110 1100010 10001

Color Harmonies of #01584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01584F

Black with #01584F

Text Example


Text Example

White with #01584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,88,79); }

 H1.HeaderClassName
 {
   color: #01584F;
 }
 .AnyTagClassName
 {
   color: #01584F;
 }
</style>

background-color css

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

 a { background-color: rgb(1,88,79); }

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

border-color css

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

 span { border-color: rgb(1,88,79); }

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