#016246

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

Shades of Watercourse #016246

Tints of Watercourse #016246

Color information

#016246 (or 0x016246) is unknown color: approx Watercourse. HEX triplet: 01, 62 and 46. RGB value is (1,98,70). Sum of RGB (Red+Green+Blue) = 1+98+70=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #016246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016246 is #FE9DB9. Grayscale: #414141. Windows color (decimal): -16686522 or 4612609. OLE color: 4612609.

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

Color convert

RGB19870-
CMYK0.9900.290.62
HSL162.68º97.98%19.41%-
HSV(B)162.68º98.98%38.43%-
XYZ5.499.187.28-
YUV65.8130.3681.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 98 (38.67% from 255) = 57.99%
BLUE value IS 70 (27.73% from 255) = 41.42%
R=0.59%
G=57.99%
B=41.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal198700.9900.290.62162.6897.9819.41
Hex162466301D3Ea36213
Octal11421061430357624314223
Binary111000101000110110001101110111111010100011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016246; }

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

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

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

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

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

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

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

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