#017D48

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

Shades of Watercourse #017D48

Tints of Watercourse #017D48

Color information

#017D48 (or 0x017D48) is unknown color: approx Watercourse. HEX triplet: 01, 7D and 48. RGB value is (1,125,72). Sum of RGB (Red+Green+Blue) = 1+125+72=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 125 (49.22% from 255 or 63.13% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 125 - color contains mainly: green. Hex color #017D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017D48 is #FE82B7. Grayscale: #515151. Windows color (decimal): -16679608 or 4750593. OLE color: 4750593.

HSL color Cylindrical-coordinate representation of color #017D48: hue angle of 154.35º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D48 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB112572-
CMYK0.9900.420.51
HSL154.35º98.41%24.71%-
HSV(B)154.35º99.2%49.02%-
XYZ8.5215.148.6-
YUV81.88122.4270.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 125 (49.22% from 255) = 63.13%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=0.51%
G=63.13%
B=36.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1125720.9900.420.51154.3598.4124.71
Hex17D486302A339a6219
Octal11751101430526323214231
Binary1111110110010001100011010101011001110011010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017D48; }

 p { color: rgb(1,125,72); }

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

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

 a { background-color: rgb(1,125,72); }

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

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

 span { border-color: rgb(1,125,72); }

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