#016840

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

Shades of Watercourse #016840

Tints of Watercourse #016840

Color information

#016840 (or 0x016840) is unknown color: approx Watercourse. HEX triplet: 01, 68 and 40. RGB value is (1,104,64). Sum of RGB (Red+Green+Blue) = 1+104+64=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #016840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016840 is #FE97BF. Grayscale: #444444. Windows color (decimal): -16684992 or 4220929. OLE color: 4220929.

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

Color convert

RGB110464-
CMYK0.9900.380.59
HSL156.7º98.1%20.59%-
HSV(B)156.7º99.04%40.78%-
XYZ5.8910.286.52-
YUV68.64125.3879.75-

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.54%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=0.59%
G=61.54%
B=37.87%

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
Decimal1104640.9900.380.59156.798.120.59
Hex16840630263B9d6215
Octal11501001430467323514225
Binary1110100010000001100011010011011101110011101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016840; }

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

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

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

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

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

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

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

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