#085E47

Color #085E47 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #085E47

Tints of Watercourse #085E47

Color information

#085E47 (or 0x085E47) is unknown color: approx Watercourse. HEX triplet: 08, 5E and 47. RGB value is (8,94,71). Sum of RGB (Red+Green+Blue) = 8+94+71=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 94 (37.11% from 255 or 54.34% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 94 - color contains mainly: green. Hex color #085E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085E47 is #F7A1B8. Grayscale: #414141. Windows color (decimal): -16228793 or 4677128. OLE color: 4677128.

HSL color Cylindrical-coordinate representation of color #085E47: hue angle of 163.95º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085E47 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.

Color convert

RGB89471-
CMYK0.9100.240.63
HSL163.95º84.31%20%-
HSV(B)163.95º91.49%36.86%-
XYZ5.248.517.33-
YUV65.66131.0186.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 94 (37.11% from 255) = 54.34%
BLUE value IS 71 (28.12% from 255) = 41.04%
R=4.62%
G=54.34%
B=41.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal894710.9100.240.63163.9584.3120
Hex85E475B0183Fa45414
Octal101361071330307724412424
Binary100010111101000111101101101100011111110100100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085E47; }

 p { color: rgb(8,94,71); }

 H1.HeaderClassName
 {
   color: #085E47;
 }
 .AnyTagClassName
 {
   color: #085E47;
 }
</style>
background-color css

<style>
 a { background-color: #085E47; }

 a { background-color: rgb(8,94,71); }

 div.DivClassName
 {
   background-color: #085E47;
 }
 .BgClassName
 {
   background-color: #085E47;
 }
</style>
border-color css

<style>
 span { border-color: #085E47; }

 span { border-color: rgb(8,94,71); }

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