#016049

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

Shades of Watercourse #016049

Tints of Watercourse #016049

Color information

#016049 (or 0x016049) is unknown color: approx Watercourse. HEX triplet: 01, 60 and 49. RGB value is (1,96,73). Sum of RGB (Red+Green+Blue) = 1+96+73=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #016049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016049 is #FE9FB6. Grayscale: #404040. Windows color (decimal): -16687031 or 4808705. OLE color: 4808705.

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

Color convert

RGB19673-
CMYK0.9900.240.62
HSL165.47º97.94%19.02%-
HSV(B)165.47º98.96%37.65%-
XYZ5.48.857.73-
YUV64.97132.5382.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 96 (37.89% from 255) = 56.47%
BLUE value IS 73 (28.91% from 255) = 42.94%
R=0.59%
G=56.47%
B=42.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal196730.9900.240.62165.4797.9419.02
Hex16049630183Ea56213
Octal11401111430307624514223
Binary111000001001001110001101100011111010100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016049; }

 p { color: rgb(1,96,73); }

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

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

 a { background-color: rgb(1,96,73); }

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

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

 span { border-color: rgb(1,96,73); }

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