Html Css Color HEX #095D47 Watercourse

📋 copy color: '#095D47'

red 9 ◦ green 93 ◦ blue 71

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

Shades of Watercourse #095D47

Tints of Watercourse #095D47

RGB

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

 GREEN value IS 93 (36.72% from 255) = 53.76%

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

R = 5.2%
G = 53.76%
B = 41.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#095D47 (or 0x095D47) is known color: Watercourse. HEX triplet: 09, 5D and 47. RGB value is (9,93,71). Sum of RGB (Red+Green+Blue) = 9+93+71=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #095D47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D47 is #F6A2B8. Grayscale: #414141. Windows color (decimal): -16163513 or 4676873. OLE color: 4676873.

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

Color convert

RGB 9 93 71 -
CMYK 0.90 0 0.24 0.64
HSL 164.29º 0.82% 0.2% -
HSV(B) 164.29º 0.9% 0.36% -
XYZ 5.16 8.34 7.3 -
YUV 65.38 131.17 87.79 -
System Red Green Blue C M Y K H S L
Decimal 9 93 71 0.90 0 0.24 0.64 164.29 0.82 0.2
Hex 9 5D 47 5A 0 18 40 A4 52 14
Octal 11 135 107 132 0 30 100 244 122 24
Binary 1001 1011101 1000111 1011010 0 11000 1000000 10100100 1010010 10100

Color Harmonies of #095D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D47

Black with #095D47

Text Example


Text Example

White with #095D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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