#0D584F

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

Shades of Mosque #0D584F

Tints of Mosque #0D584F

Color information

#0D584F (or 0x0D584F) is unknown color: approx Mosque. HEX triplet: 0D, 58 and 4F. RGB value is (13,88,79). Sum of RGB (Red+Green+Blue) = 13+88+79=180 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.22% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #0D584F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D584F is #F2A7B0. Grayscale: #404040. Windows color (decimal): -15902641 or 5199885. OLE color: 5199885.

HSL color Cylindrical-coordinate representation of color #0D584F: hue angle of 172.8º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D584F is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB138879-
CMYK0.8500.100.65
HSL172.8º74.26%19.8%-
HSV(B)172.8º85.23%34.51%-
XYZ5.077.638.6-
YUV64.55136.1591.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.22%
GREEN value IS 88 (34.77% from 255) = 48.89%
BLUE value IS 79 (31.25% from 255) = 43.89%
R=7.22%
G=48.89%
B=43.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1388790.8500.100.65172.874.2619.8
HexD584F550A41ad4a14
Octal1513011712501210125511224
Binary110110110001001111101010101010100000110101101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D584F; }

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

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

<style>
 a { background-color: #0D584F; }

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

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

<style>
 span { border-color: #0D584F; }

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

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