Html Css Color HEX #0F594D Mosque

📋 copy color: '#0F594D'

red 15 ◦ green 89 ◦ blue 77

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

Shades of Mosque #0F594D

Tints of Mosque #0F594D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 49.17%

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

R = 8.29%
G = 49.17%
B = 42.54%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#0F594D (or 0x0F594D) is known color: Mosque. HEX triplet: 0F, 59 and 4D. RGB value is (15,89,77). Sum of RGB (Red+Green+Blue) = 15+89+77=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #0F594D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F594D is #F0A6B2. Grayscale: #414141. Windows color (decimal): -15771315 or 5069071. OLE color: 5069071.

HSL color Cylindrical-coordinate representation of color #0F594D: hue angle of 170.27º 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 #0F594D is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 89 77 -
CMYK 0.83 0 0.13 0.65
HSL 170.27º 0.71% 0.2% -
HSV(B) 170.27º 0.83% 0.35% -
XYZ 5.11 7.78 8.25 -
YUV 65.51 134.48 91.98 -
System Red Green Blue C M Y K H S L
Decimal 15 89 77 0.83 0 0.13 0.65 170.27 0.71 0.2
Hex F 59 4D 53 0 D 41 AA 47 14
Octal 17 131 115 123 0 15 101 252 107 24
Binary 1111 1011001 1001101 1010011 0 1101 1000001 10101010 1000111 10100

Color Harmonies of #0F594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F594D

Black with #0F594D

Text Example


Text Example

White with #0F594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,89,77); }

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

background-color css

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

 a { background-color: rgb(15,89,77); }

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

border-color css

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

 span { border-color: rgb(15,89,77); }

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