#015641

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

Shades of Watercourse #015641

Tints of Watercourse #015641

Color information

#015641 (or 0x015641) is unknown color: approx Watercourse. HEX triplet: 01, 56 and 41. RGB value is (1,86,65). Sum of RGB (Red+Green+Blue) = 1+86+65=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #015641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015641 is #FEA9BE. Grayscale: #3A3A3A. Windows color (decimal): -16689599 or 4281857. OLE color: 4281857.

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

Color convert

RGB18665-
CMYK0.9900.240.66
HSL165.18º97.7%17.06%-
HSV(B)165.18º98.84%33.73%-
XYZ4.297.046.13-
YUV58.19131.8487.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 86 (33.98% from 255) = 56.58%
BLUE value IS 65 (25.78% from 255) = 42.76%
R=0.66%
G=56.58%
B=42.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186650.9900.240.66165.1897.717.06
Hex156416301842a56211
Octal112610114303010224514221
Binary1101011010000011100011011000100001010100101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015641; }

 p { color: rgb(1,86,65); }

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

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

 a { background-color: rgb(1,86,65); }

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

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

 span { border-color: rgb(1,86,65); }

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