#017044

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

Shades of Watercourse #017044

Tints of Watercourse #017044

Color information

#017044 (or 0x017044) is unknown color: approx Watercourse. HEX triplet: 01, 70 and 44. RGB value is (1,112,68). Sum of RGB (Red+Green+Blue) = 1+112+68=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #017044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017044 is #FE8FBB. Grayscale: #494949. Windows color (decimal): -16682940 or 4485121. OLE color: 4485121.

HSL color Cylindrical-coordinate representation of color #017044: hue angle of 156.22º 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 #017044 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB111268-
CMYK0.9900.390.56
HSL156.22º98.23%22.16%-
HSV(B)156.22º99.11%43.92%-
XYZ6.8512.017.43-
YUV73.8124.7376.08-

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.88%
BLUE value IS 68 (26.95% from 255) = 37.57%
R=0.55%
G=61.88%
B=37.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112680.9900.390.56156.2298.2322.16
Hex1704463027389c6216
Octal11601041430477023414226
Binary1111000010001001100011010011111100010011100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017044; }

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

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

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

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

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

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

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

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