#017C4B

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

Shades of Watercourse #017C4B

Tints of Watercourse #017C4B

Color information

#017C4B (or 0x017C4B) is unknown color: approx Watercourse. HEX triplet: 01, 7C and 4B. RGB value is (1,124,75). Sum of RGB (Red+Green+Blue) = 1+124+75=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #017C4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017C4B is #FE83B4. Grayscale: #515151. Windows color (decimal): -16679861 or 4946945. OLE color: 4946945.

HSL color Cylindrical-coordinate representation of color #017C4B: hue angle of 156.1º 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 #017C4B is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB112475-
CMYK0.9900.400.51
HSL156.1º98.4%24.51%-
HSV(B)156.1º99.19%48.63%-
XYZ8.4914.939.09-
YUV81.64124.2570.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.5%
GREEN value IS 124 (48.83% from 255) = 62%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=0.5%
G=62%
B=37.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1124750.9900.400.51156.198.424.51
Hex17C4B63028339c6219
Octal11741131430506323414231
Binary1111110010010111100011010100011001110011100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,124,75); }

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

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

 a { background-color: rgb(1,124,75); }

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

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

 span { border-color: rgb(1,124,75); }

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