#087352

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

Shades of Watercourse #087352

Tints of Watercourse #087352

Color information

#087352 (or 0x087352) is unknown color: approx Watercourse. HEX triplet: 08, 73 and 52. RGB value is (8,115,82). Sum of RGB (Red+Green+Blue) = 8+115+82=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #087352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087352 is #F78CAD. Grayscale: #4F4F4F. Windows color (decimal): -16223406 or 5403400. OLE color: 5403400.

HSL color Cylindrical-coordinate representation of color #087352: hue angle of 161.5º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087352 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB811582-
CMYK0.9300.290.55
HSL161.5º86.99%24.12%-
HSV(B)161.5º93.04%45.1%-
XYZ7.7512.9210.07-
YUV79.24129.5577.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 115 (45.31% from 255) = 56.10%
BLUE value IS 82 (32.42% from 255) = 40%
R=3.90%
G=56.10%
B=40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8115820.9300.290.55161.586.9924.12
Hex873525D01D37a15718
Octal101631221350356724112730
Binary100011100111010010101110101110111011110100001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087352; }

 p { color: rgb(8,115,82); }

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

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

 a { background-color: rgb(8,115,82); }

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

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

 span { border-color: rgb(8,115,82); }

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