#017246

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

Shades of Watercourse #017246

Tints of Watercourse #017246

Color information

#017246 (or 0x017246) is unknown color: approx Watercourse. HEX triplet: 01, 72 and 46. RGB value is (1,114,70). Sum of RGB (Red+Green+Blue) = 1+114+70=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 114 (44.92% from 255 or 61.62% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 114 - color contains mainly: green. Hex color #017246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017246 is #FE8DB9. Grayscale: #4B4B4B. Windows color (decimal): -16682426 or 4616705. OLE color: 4616705.

HSL color Cylindrical-coordinate representation of color #017246: hue angle of 156.64º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017246 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB111470-
CMYK0.9900.390.55
HSL156.64º98.26%22.55%-
HSV(B)156.64º99.12%44.71%-
XYZ7.1412.487.83-
YUV75.2125.0675.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 114 (44.92% from 255) = 61.62%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=0.54%
G=61.62%
B=37.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1114700.9900.390.55156.6498.2622.55
Hex1724663027379d6217
Octal11621061430476723514227
Binary1111001010001101100011010011111011110011101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017246; }

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

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

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

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

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

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

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

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