#017046

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

Shades of Watercourse #017046

Tints of Watercourse #017046

Color information

#017046 (or 0x017046) is unknown color: approx Watercourse. HEX triplet: 01, 70 and 46. RGB value is (1,112,70). Sum of RGB (Red+Green+Blue) = 1+112+70=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #017046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017046 is #FE8FB9. Grayscale: #4A4A4A. Windows color (decimal): -16682938 or 4616193. OLE color: 4616193.

HSL color Cylindrical-coordinate representation of color #017046: hue angle of 157.3º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017046 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB111270-
CMYK0.9900.380.56
HSL157.3º98.23%22.16%-
HSV(B)157.3º99.11%43.92%-
XYZ6.9112.047.75-
YUV74.02125.7375.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 112 (44.14% from 255) = 61.20%
BLUE value IS 70 (27.73% from 255) = 38.25%
R=0.55%
G=61.20%
B=38.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112700.9900.380.56157.398.2322.16
Hex1704663026389d6216
Octal11601061430467023514226
Binary1111000010001101100011010011011100010011101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017046; }

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

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

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

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

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

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

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

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