#016450

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

Shades of Watercourse #016450

Tints of Watercourse #016450

Color information

#016450 (or 0x016450) is unknown color: approx Watercourse. HEX triplet: 01, 64 and 50. RGB value is (1,100,80). Sum of RGB (Red+Green+Blue) = 1+100+80=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 100 (39.45% from 255 or 55.25% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 100 - color contains mainly: green. Hex color #016450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016450 is #FE9BAF. Grayscale: #444444. Windows color (decimal): -16686000 or 5268481. OLE color: 5268481.

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

Color convert

RGB110080-
CMYK0.9900.20.61
HSL167.88º98.02%19.8%-
HSV(B)167.88º99%39.22%-
XYZ6.029.79.14-
YUV68.12134.780.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 100 (39.45% from 255) = 55.25%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=0.55%
G=55.25%
B=44.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1100800.9900.20.61167.8898.0219.8
Hex16450630143Da86214
Octal11441201430247525014224
Binary111001001010000110001101010011110110101000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016450; }

 p { color: rgb(1,100,80); }

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

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

 a { background-color: rgb(1,100,80); }

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

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

 span { border-color: rgb(1,100,80); }

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