#017345

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

Shades of Watercourse #017345

Tints of Watercourse #017345

Color information

#017345 (or 0x017345) is unknown color: approx Watercourse. HEX triplet: 01, 73 and 45. RGB value is (1,115,69). Sum of RGB (Red+Green+Blue) = 1+115+69=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #017345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017345 is #FE8CBA. Grayscale: #4B4B4B. Windows color (decimal): -16682171 or 4551425. OLE color: 4551425.

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

Color convert

RGB111569-
CMYK0.9900.40.55
HSL155.79º98.28%22.75%-
HSV(B)155.79º99.13%45.1%-
XYZ7.2212.77.7-
YUV75.67124.2374.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 115 (45.31% from 255) = 62.16%
BLUE value IS 69 (27.34% from 255) = 37.30%
R=0.54%
G=62.16%
B=37.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1115690.9900.40.55155.7998.2822.75
Hex1734563028379c6217
Octal11631051430506723414227
Binary1111001110001011100011010100011011110011100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017345; }

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

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

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

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

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

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

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

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