#016942

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

Shades of Watercourse #016942

Tints of Watercourse #016942

Color information

#016942 (or 0x016942) is unknown color: approx Watercourse. HEX triplet: 01, 69 and 42. RGB value is (1,105,66). Sum of RGB (Red+Green+Blue) = 1+105+66=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 105 (41.41% from 255 or 61.05% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 105 - color contains mainly: green. Hex color #016942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016942 is #FE96BD. Grayscale: #454545. Windows color (decimal): -16684734 or 4352257. OLE color: 4352257.

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

Color convert

RGB110566-
CMYK0.9900.370.59
HSL157.5º98.11%20.78%-
HSV(B)157.5º99.05%41.18%-
XYZ6.0510.56.86-
YUV69.46126.0479.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 105 (41.41% from 255) = 61.05%
BLUE value IS 66 (26.17% from 255) = 38.37%
R=0.58%
G=61.05%
B=38.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1105660.9900.370.59157.598.1120.78
Hex16942630253B9e6215
Octal11511021430457323614225
Binary1110100110000101100011010010111101110011110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016942; }

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

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

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

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

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

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

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

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