#016C40

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

Shades of Watercourse #016C40

Tints of Watercourse #016C40

Color information

#016C40 (or 0x016C40) is unknown color: approx Watercourse. HEX triplet: 01, 6C and 40. RGB value is (1,108,64). Sum of RGB (Red+Green+Blue) = 1+108+64=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 108 (42.58% from 255 or 62.43% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 108 - color contains mainly: green. Hex color #016C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016C40 is #FE93BF. Grayscale: #474747. Windows color (decimal): -16683968 or 4221953. OLE color: 4221953.

HSL color Cylindrical-coordinate representation of color #016C40: hue angle of 155.33º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C40 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB110864-
CMYK0.9900.410.58
HSL155.33º98.17%21.37%-
HSV(B)155.33º99.07%42.35%-
XYZ6.311.16.66-
YUV70.99124.0578.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 108 (42.58% from 255) = 62.43%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=0.58%
G=62.43%
B=36.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1108640.9900.410.58155.3398.1721.37
Hex16C40630293A9b6215
Octal11541001430517223314225
Binary1110110010000001100011010100111101010011011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016C40; }

 p { color: rgb(1,108,64); }

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

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

 a { background-color: rgb(1,108,64); }

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

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

 span { border-color: rgb(1,108,64); }

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