Html Css Color HEX #0F584F Mosque

📋 copy color: '#0F584F'

red 15 ◦ green 88 ◦ blue 79

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

Shades of Mosque #0F584F

Tints of Mosque #0F584F

RGB

 RED value IS 15 (6.25% from 255) = 8.24%

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

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

R = 8.24%
G = 48.35%
B = 43.41%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#0F584F (or 0x0F584F) is known color: Mosque. HEX triplet: 0F, 58 and 4F. RGB value is (15,88,79). Sum of RGB (Red+Green+Blue) = 15+88+79=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #0F584F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F584F is #F0A7B0. Grayscale: #414141. Windows color (decimal): -15771569 or 5199887. OLE color: 5199887.

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

Color convert

RGB 15 88 79 -
CMYK 0.83 0 0.10 0.65
HSL 172.6º 0.71% 0.2% -
HSV(B) 172.6º 0.83% 0.35% -
XYZ 5.1 7.65 8.6 -
YUV 65.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 15 88 79 0.83 0 0.10 0.65 172.6 0.71 0.2
Hex F 58 4F 53 0 A 41 AD 47 14
Octal 17 130 117 123 0 12 101 255 107 24
Binary 1111 1011000 1001111 1010011 0 1010 1000001 10101101 1000111 10100

Color Harmonies of #0F584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F584F

Black with #0F584F

Text Example


Text Example

White with #0F584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F584F;
 }
 .AnyTagClassName
 {
   color: #0F584F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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