#017053

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

Shades of Watercourse #017053

Tints of Watercourse #017053

Color information

#017053 (or 0x017053) is unknown color: approx Watercourse. HEX triplet: 01, 70 and 53. RGB value is (1,112,83). Sum of RGB (Red+Green+Blue) = 1+112+83=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #017053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017053 is #FE8FAC. Grayscale: #4B4B4B. Windows color (decimal): -16682925 or 5468161. OLE color: 5468161.

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

Color convert

RGB111283-
CMYK0.9900.260.56
HSL164.32º98.23%22.16%-
HSV(B)164.32º99.11%43.92%-
XYZ7.3712.2210.15-
YUV75.51132.2374.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 112 (44.14% from 255) = 57.14%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=0.51%
G=57.14%
B=42.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112830.9900.260.56164.3298.2322.16
Hex170536301A38a46216
Octal11601231430327024414226
Binary111100001010011110001101101011100010100100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017053; }

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

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

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

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

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

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

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

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