#095E4E

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

Shades of Mosque #095E4E

Tints of Mosque #095E4E

Color information

#095E4E (or 0x095E4E) is unknown color: approx Mosque. HEX triplet: 09, 5E and 4E. RGB value is (9,94,78). Sum of RGB (Red+Green+Blue) = 9+94+78=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 94 (37.11% from 255 or 51.93% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 94 - color contains mainly: green. Hex color #095E4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E4E is #F6A1B1. Grayscale: #424242. Windows color (decimal): -16163250 or 5135881. OLE color: 5135881.

HSL color Cylindrical-coordinate representation of color #095E4E: hue angle of 168.71º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095E4E is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB99478-
CMYK0.9000.170.63
HSL168.71º82.52%20.2%-
HSV(B)168.71º90.43%36.86%-
XYZ5.498.618.58-
YUV66.76134.3486.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.97%
GREEN value IS 94 (37.11% from 255) = 51.93%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=4.97%
G=51.93%
B=43.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal994780.9000.170.63168.7182.5220.2
Hex95E4E5A0113Fa95314
Octal111361161320217725112324
Binary100110111101001110101101001000111111110101001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095E4E; }

 p { color: rgb(9,94,78); }

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

<style>
 a { background-color: #095E4E; }

 a { background-color: rgb(9,94,78); }

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

<style>
 span { border-color: #095E4E; }

 span { border-color: rgb(9,94,78); }

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