Html Css Color HEX #095C4D Mosque

📋 copy color: '#095C4D'

red 9 ◦ green 92 ◦ blue 77

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

Shades of Mosque #095C4D

Tints of Mosque #095C4D

RGB

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

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

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

R = 5.06%
G = 51.69%
B = 43.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#095C4D (or 0x095C4D) is known color: Mosque. HEX triplet: 09, 5C and 4D. RGB value is (9,92,77). Sum of RGB (Red+Green+Blue) = 9+92+77=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 92 (36.33% from 255 or 51.69% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 92 - color contains mainly: green. Hex color #095C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095C4D is #F6A3B2. Grayscale: #414141. Windows color (decimal): -16163763 or 5069833. OLE color: 5069833.

HSL color Cylindrical-coordinate representation of color #095C4D: hue angle of 169.16º 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 #095C4D is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 92 77 -
CMYK 0.90 0 0.16 0.64
HSL 169.16º 0.82% 0.2% -
HSV(B) 169.16º 0.9% 0.36% -
XYZ 5.28 8.25 8.33 -
YUV 65.47 134.5 87.72 -
System Red Green Blue C M Y K H S L
Decimal 9 92 77 0.90 0 0.16 0.64 169.16 0.82 0.2
Hex 9 5C 4D 5A 0 10 40 A9 52 14
Octal 11 134 115 132 0 20 100 251 122 24
Binary 1001 1011100 1001101 1011010 0 10000 1000000 10101001 1010010 10100

Color Harmonies of #095C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C4D

Black with #095C4D

Text Example


Text Example

White with #095C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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