#017254

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

Shades of Watercourse #017254

Tints of Watercourse #017254

Color information

#017254 (or 0x017254) is unknown color: approx Watercourse. HEX triplet: 01, 72 and 54. RGB value is (1,114,84). Sum of RGB (Red+Green+Blue) = 1+114+84=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #017254 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017254 is #FE8DAB. Grayscale: #4C4C4C. Windows color (decimal): -16682412 or 5534209. OLE color: 5534209.

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

Color convert

RGB111484-
CMYK0.9900.260.55
HSL164.07º98.26%22.55%-
HSV(B)164.07º99.12%44.71%-
XYZ7.6312.6810.43-
YUV76.79132.0673.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 114 (44.92% from 255) = 57.29%
BLUE value IS 84 (33.20% from 255) = 42.21%
R=0.50%
G=57.29%
B=42.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1114840.9900.260.55164.0798.2622.55
Hex172546301A37a46217
Octal11621241430326724414227
Binary111100101010100110001101101011011110100100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017254; }

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

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

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

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

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

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

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

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