#016D42

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

Shades of Watercourse #016D42

Tints of Watercourse #016D42

Color information

#016D42 (or 0x016D42) is unknown color: approx Watercourse. HEX triplet: 01, 6D and 42. RGB value is (1,109,66). Sum of RGB (Red+Green+Blue) = 1+109+66=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 109 (42.97% from 255 or 61.93% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 109 - color contains mainly: green. Hex color #016D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D42 is #FE92BD. Grayscale: #474747. Windows color (decimal): -16683710 or 4353281. OLE color: 4353281.

HSL color Cylindrical-coordinate representation of color #016D42: hue angle of 156.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D42 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.

Color convert

RGB110966-
CMYK0.9900.390.57
HSL156.11º98.18%21.57%-
HSV(B)156.11º99.08%42.75%-
XYZ6.4611.347-
YUV71.81124.7277.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 109 (42.97% from 255) = 61.93%
BLUE value IS 66 (26.17% from 255) = 37.5%
R=0.57%
G=61.93%
B=37.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1109660.9900.390.57156.1198.1821.57
Hex16D4263027399c6216
Octal11551021430477123414226
Binary1110110110000101100011010011111100110011100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,109,66); }

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

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

 a { background-color: rgb(1,109,66); }

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

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

 span { border-color: rgb(1,109,66); }

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