Html Css Color HEX #095C4E Mosque

📋 copy color: '#095C4E'

red 9 ◦ green 92 ◦ blue 78

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

Shades of Mosque #095C4E

Tints of Mosque #095C4E

RGB

 RED value IS 9 (3.91% from 255) = 5.03%

 GREEN value IS 92 (36.33% from 255) = 51.4%

 BLUE value IS 78 (30.86% from 255) = 43.58%

R = 5.03%
G = 51.4%
B = 43.58%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#095C4E (or 0x095C4E) is known color: Mosque. HEX triplet: 09, 5C and 4E. RGB value is (9,92,78). Sum of RGB (Red+Green+Blue) = 9+92+78=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 92 (36.33% from 255 or 51.40% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 92 - color contains mainly: green. Hex color #095C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095C4E is #F6A3B1. Grayscale: #414141. Windows color (decimal): -16163762 or 5135369. OLE color: 5135369.

HSL color Cylindrical-coordinate representation of color #095C4E: hue angle of 169.88º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095C4E is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 92 78 -
CMYK 0.90 0 0.15 0.64
HSL 169.88º 0.82% 0.2% -
HSV(B) 169.88º 0.9% 0.36% -
XYZ 5.31 8.26 8.52 -
YUV 65.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 9 92 78 0.90 0 0.15 0.64 169.88 0.82 0.2
Hex 9 5C 4E 5A 0 F 40 AA 52 14
Octal 11 134 116 132 0 17 100 252 122 24
Binary 1001 1011100 1001110 1011010 0 1111 1000000 10101010 1010010 10100

Color Harmonies of #095C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C4E

Black with #095C4E

Text Example


Text Example

White with #095C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #095C4E;
 }
 .AnyTagClassName
 {
   color: #095C4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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