#016244

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

Shades of Watercourse #016244

Tints of Watercourse #016244

Color information

#016244 (or 0x016244) is unknown color: approx Watercourse. HEX triplet: 01, 62 and 44. RGB value is (1,98,68). Sum of RGB (Red+Green+Blue) = 1+98+68=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #016244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016244 is #FE9DBB. Grayscale: #414141. Windows color (decimal): -16686524 or 4481537. OLE color: 4481537.

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

Color convert

RGB19868-
CMYK0.9900.310.62
HSL161.44º97.98%19.41%-
HSV(B)161.44º98.98%38.43%-
XYZ5.429.166.95-
YUV65.58129.3681.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 98 (38.67% from 255) = 58.68%
BLUE value IS 68 (26.95% from 255) = 40.72%
R=0.60%
G=58.68%
B=40.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal198680.9900.310.62161.4497.9819.41
Hex162446301F3Ea16213
Octal11421041430377624114223
Binary111000101000100110001101111111111010100001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016244; }

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

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

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

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

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

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

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

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