#015840

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

Shades of Watercourse #015840

Tints of Watercourse #015840

Color information

#015840 (or 0x015840) is unknown color: approx Watercourse. HEX triplet: 01, 58 and 40. RGB value is (1,88,64). Sum of RGB (Red+Green+Blue) = 1+88+64=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #015840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015840 is #FEA7BF. Grayscale: #3B3B3B. Windows color (decimal): -16689088 or 4216833. OLE color: 4216833.

HSL color Cylindrical-coordinate representation of color #015840: hue angle of 163.45º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015840 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB18864-
CMYK0.9900.270.65
HSL163.45º97.75%17.45%-
HSV(B)163.45º98.86%34.51%-
XYZ4.437.366.04-
YUV59.25130.6886.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 88 (34.77% from 255) = 57.52%
BLUE value IS 64 (25.39% from 255) = 41.83%
R=0.65%
G=57.52%
B=41.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal188640.9900.270.65163.4597.7517.45
Hex158406301B41a36211
Octal113010014303310124314221
Binary1101100010000001100011011011100000110100011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015840; }

 p { color: rgb(1,88,64); }

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

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

 a { background-color: rgb(1,88,64); }

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

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

 span { border-color: rgb(1,88,64); }

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