#016550

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

Shades of Watercourse #016550

Tints of Watercourse #016550

Color information

#016550 (or 0x016550) is unknown color: approx Watercourse. HEX triplet: 01, 65 and 50. RGB value is (1,101,80). Sum of RGB (Red+Green+Blue) = 1+101+80=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #016550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016550 is #FE9AAF. Grayscale: #444444. Windows color (decimal): -16685744 or 5268737. OLE color: 5268737.

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

Color convert

RGB110180-
CMYK0.9900.210.60
HSL167.4º98.04%20%-
HSV(B)167.4º99.01%39.61%-
XYZ6.119.899.18-
YUV68.71134.3779.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 101 (39.84% from 255) = 55.49%
BLUE value IS 80 (31.64% from 255) = 43.96%
R=0.55%
G=55.49%
B=43.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1101800.9900.210.60167.498.0420
Hex16550630153Ca76214
Octal11451201430257424714224
Binary111001011010000110001101010111110010100111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016550; }

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

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

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

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

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

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

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

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