Html Css Color HEX #095C47 Watercourse

📋 copy color: '#095C47'

red 9 ◦ green 92 ◦ blue 71

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

Shades of Watercourse #095C47

Tints of Watercourse #095C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 41.28%

R = 5.23%
G = 53.49%
B = 41.28%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#095C47 (or 0x095C47) is known color: Watercourse. HEX triplet: 09, 5C and 47. RGB value is (9,92,71). Sum of RGB (Red+Green+Blue) = 9+92+71=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #095C47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C47 is #F6A3B8. Grayscale: #404040. Windows color (decimal): -16163769 or 4676617. OLE color: 4676617.

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

Color convert

RGB 9 92 71 -
CMYK 0.90 0 0.23 0.64
HSL 164.82º 0.82% 0.2% -
HSV(B) 164.82º 0.9% 0.36% -
XYZ 5.08 8.17 7.27 -
YUV 64.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 9 92 71 0.90 0 0.23 0.64 164.82 0.82 0.2
Hex 9 5C 47 5A 0 17 40 A5 52 14
Octal 11 134 107 132 0 27 100 245 122 24
Binary 1001 1011100 1000111 1011010 0 10111 1000000 10100101 1010010 10100

Color Harmonies of #095C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C47

Black with #095C47

Text Example


Text Example

White with #095C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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