#016346

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

Shades of Watercourse #016346

Tints of Watercourse #016346

Color information

#016346 (or 0x016346) is unknown color: approx Watercourse. HEX triplet: 01, 63 and 46. RGB value is (1,99,70). Sum of RGB (Red+Green+Blue) = 1+99+70=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #016346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016346 is #FE9CB9. Grayscale: #424242. Windows color (decimal): -16686266 or 4612865. OLE color: 4612865.

HSL color Cylindrical-coordinate representation of color #016346: hue angle of 162.24º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016346 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB19970-
CMYK0.9900.290.61
HSL162.24º98%19.61%-
HSV(B)162.24º98.99%38.82%-
XYZ5.589.377.31-
YUV66.39130.0381.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 99 (39.06% from 255) = 58.24%
BLUE value IS 70 (27.73% from 255) = 41.18%
R=0.59%
G=58.24%
B=41.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal199700.9900.290.61162.249819.61
Hex163466301D3Da26214
Octal11431061430357524214224
Binary111000111000110110001101110111110110100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016346; }

 p { color: rgb(1,99,70); }

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

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

 a { background-color: rgb(1,99,70); }

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

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

 span { border-color: rgb(1,99,70); }

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