#017252

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

Shades of Watercourse #017252

Tints of Watercourse #017252

Color information

#017252 (or 0x017252) is unknown color: approx Watercourse. HEX triplet: 01, 72 and 52. RGB value is (1,114,82). Sum of RGB (Red+Green+Blue) = 1+114+82=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #017252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017252 is #FE8DAD. Grayscale: #4C4C4C. Windows color (decimal): -16682414 or 5403137. OLE color: 5403137.

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

Color convert

RGB111482-
CMYK0.9900.280.55
HSL163.01º98.26%22.55%-
HSV(B)163.01º99.12%44.71%-
XYZ7.5512.6510.03-
YUV76.56131.0674.1-

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) = 57.87%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=0.51%
G=57.87%
B=41.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1114820.9900.280.55163.0198.2622.55
Hex172526301C37a36217
Octal11621221430346724314227
Binary111100101010010110001101110011011110100011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017252; }

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

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

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

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

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

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

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

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