#017545

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

Shades of Watercourse #017545

Tints of Watercourse #017545

Color information

#017545 (or 0x017545) is unknown color: approx Watercourse. HEX triplet: 01, 75 and 45. RGB value is (1,117,69). Sum of RGB (Red+Green+Blue) = 1+117+69=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #017545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017545 is #FE8ABA. Grayscale: #4C4C4C. Windows color (decimal): -16681659 or 4551937. OLE color: 4551937.

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

Color convert

RGB111769-
CMYK0.9900.410.54
HSL155.17º98.31%23.14%-
HSV(B)155.17º99.15%45.88%-
XYZ7.4513.167.78-
YUV76.84123.5773.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 117 (46.09% from 255) = 62.57%
BLUE value IS 69 (27.34% from 255) = 36.90%
R=0.53%
G=62.57%
B=36.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1117690.9900.410.54155.1798.3123.14
Hex1754563029369b6217
Octal11651051430516623314227
Binary1111010110001011100011010100111011010011011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017545; }

 p { color: rgb(1,117,69); }

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

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

 a { background-color: rgb(1,117,69); }

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

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

 span { border-color: rgb(1,117,69); }

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