Html Css Color HEX #01584D Mosque

📋 copy color: '#01584D'

red 1 ◦ green 88 ◦ blue 77

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

Shades of Mosque #01584D

Tints of Mosque #01584D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 46.39%

R = 0.6%
G = 53.01%
B = 46.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#01584D (or 0x01584D) is known color: Mosque. HEX triplet: 01, 58 and 4D. RGB value is (1,88,77). Sum of RGB (Red+Green+Blue) = 1+88+77=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #01584D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01584D is #FEA7B2. Grayscale: #3C3C3C. Windows color (decimal): -16689075 or 5068801. OLE color: 5068801.

HSL color Cylindrical-coordinate representation of color #01584D: hue angle of 172.41º 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 #01584D is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 88 77 -
CMYK 0.99 0 0.12 0.65
HSL 172.41º 0.98% 0.17% -
HSV(B) 172.41º 0.99% 0.35% -
XYZ 4.84 7.52 8.22 -
YUV 60.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 1 88 77 0.99 0 0.12 0.65 172.41 0.98 0.17
Hex 1 58 4D 63 0 C 41 AC 62 11
Octal 1 130 115 143 0 14 101 254 142 21
Binary 1 1011000 1001101 1100011 0 1100 1000001 10101100 1100010 10001

Color Harmonies of #01584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01584D

Black with #01584D

Text Example


Text Example

White with #01584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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