#017251

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

Shades of Watercourse #017251

Tints of Watercourse #017251

Color information

#017251 (or 0x017251) is unknown color: approx Watercourse. HEX triplet: 01, 72 and 51. RGB value is (1,114,81). Sum of RGB (Red+Green+Blue) = 1+114+81=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 114 (44.92% from 255 or 58.16% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 114 - color contains mainly: green. Hex color #017251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017251 is #FE8DAE. Grayscale: #4C4C4C. Windows color (decimal): -16682415 or 5337601. OLE color: 5337601.

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

Color convert

RGB111481-
CMYK0.9900.290.55
HSL162.48º98.26%22.55%-
HSV(B)162.48º99.12%44.71%-
XYZ7.5212.649.83-
YUV76.45130.5674.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 114 (44.92% from 255) = 58.16%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=0.51%
G=58.16%
B=41.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1114810.9900.290.55162.4898.2622.55
Hex172516301D37a26217
Octal11621211430356724214227
Binary111100101010001110001101110111011110100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017251; }

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

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

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

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

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

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

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

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