Html Css Color HEX #095C49 Watercourse

📋 copy color: '#095C49'

red 9 ◦ green 92 ◦ blue 73

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

Shades of Watercourse #095C49

Tints of Watercourse #095C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 41.95%

R = 5.17%
G = 52.87%
B = 41.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#095C49 (or 0x095C49) is known color: Watercourse. HEX triplet: 09, 5C and 49. RGB value is (9,92,73). Sum of RGB (Red+Green+Blue) = 9+92+73=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 92 (36.33% from 255 or 52.87% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 92 - color contains mainly: green. Hex color #095C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C49 is #F6A3B6. Grayscale: #414141. Windows color (decimal): -16163767 or 4807689. OLE color: 4807689.

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

Color convert

RGB 9 92 73 -
CMYK 0.90 0 0.21 0.64
HSL 166.27º 0.82% 0.2% -
HSV(B) 166.27º 0.9% 0.36% -
XYZ 5.14 8.19 7.61 -
YUV 65.02 132.5 88.04 -
System Red Green Blue C M Y K H S L
Decimal 9 92 73 0.90 0 0.21 0.64 166.27 0.82 0.2
Hex 9 5C 49 5A 0 15 40 A6 52 14
Octal 11 134 111 132 0 25 100 246 122 24
Binary 1001 1011100 1001001 1011010 0 10101 1000000 10100110 1010010 10100

Color Harmonies of #095C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C49

Black with #095C49

Text Example


Text Example

White with #095C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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