#0E6152

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

Shades of Mosque #0E6152

Tints of Mosque #0E6152

Color information

#0E6152 (or 0x0E6152) is unknown color: approx Mosque. HEX triplet: 0E, 61 and 52. RGB value is (14,97,82). Sum of RGB (Red+Green+Blue) = 14+97+82=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #0E6152 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6152 is #F19EAD. Grayscale: #464646. Windows color (decimal): -15834798 or 5398798. OLE color: 5398798.

HSL color Cylindrical-coordinate representation of color #0E6152: hue angle of 169.16º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6152 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB149782-
CMYK0.8600.150.62
HSL169.16º74.77%21.76%-
HSV(B)169.16º85.57%38.04%-
XYZ5.989.259.45-
YUV70.47134.587.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.25%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 82 (32.42% from 255) = 42.49%
R=7.25%
G=50.26%
B=42.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1497820.8600.150.62169.1674.7721.76
HexE6152560F3Ea94b16
Octal161411221260177625111326
Binary11101100001101001010101100111111111010101001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,97,82); }

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

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

 a { background-color: rgb(14,97,82); }

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

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

 span { border-color: rgb(14,97,82); }

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