#016841

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

Shades of Watercourse #016841

Tints of Watercourse #016841

Color information

#016841 (or 0x016841) is unknown color: approx Watercourse. HEX triplet: 01, 68 and 41. RGB value is (1,104,65). Sum of RGB (Red+Green+Blue) = 1+104+65=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 104 (41.02% from 255 or 61.18% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 104 - color contains mainly: green. Hex color #016841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016841 is #FE97BE. Grayscale: #444444. Windows color (decimal): -16684991 or 4286465. OLE color: 4286465.

HSL color Cylindrical-coordinate representation of color #016841: hue angle of 157.28º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016841 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB110465-
CMYK0.9900.380.59
HSL157.28º98.1%20.59%-
HSV(B)157.28º99.04%40.78%-
XYZ5.9210.296.68-
YUV68.76125.8879.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 104 (41.02% from 255) = 61.18%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=0.59%
G=61.18%
B=38.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1104650.9900.380.59157.2898.120.59
Hex16841630263B9d6215
Octal11501011430467323514225
Binary1110100010000011100011010011011101110011101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016841; }

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

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

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

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

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

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

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

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