#015842

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

Shades of Watercourse #015842

Tints of Watercourse #015842

Color information

#015842 (or 0x015842) is unknown color: approx Watercourse. HEX triplet: 01, 58 and 42. RGB value is (1,88,66). Sum of RGB (Red+Green+Blue) = 1+88+66=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #015842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015842 is #FEA7BD. Grayscale: #3B3B3B. Windows color (decimal): -16689086 or 4347905. OLE color: 4347905.

HSL color Cylindrical-coordinate representation of color #015842: hue angle of 164.83º 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 #015842 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB18866-
CMYK0.9900.250.65
HSL164.83º97.75%17.45%-
HSV(B)164.83º98.86%34.51%-
XYZ4.497.386.34-
YUV59.48131.6886.29-

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) = 56.77%
BLUE value IS 66 (26.17% from 255) = 42.58%
R=0.65%
G=56.77%
B=42.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal188660.9900.250.65164.8397.7517.45
Hex158426301941a56211
Octal113010214303110124514221
Binary1101100010000101100011011001100000110100101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015842; }

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

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

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

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

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

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

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

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