Html Css Color HEX #017254 Watercourse

📋 copy color: '#017254'

red 1 ◦ green 114 ◦ blue 84

#017254
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #017254

Tints of Watercourse #017254

RGB

 RED value IS 1 (0.78% from 255) = 0.5%

 GREEN value IS 114 (44.92% from 255) = 57.29%

 BLUE value IS 84 (33.2% from 255) = 42.21%

R = 0.5%
G = 57.29%
B = 42.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#017254 (or 0x017254) is known color: Watercourse. HEX triplet: 01, 72 and 54. RGB value is (1,114,84). Sum of RGB (Red+Green+Blue) = 1+114+84=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #017254 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017254 is #FE8DAB. Grayscale: #4C4C4C. Windows color (decimal): -16682412 or 5534209. OLE color: 5534209.

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

Color convert

RGB 1 114 84 -
CMYK 0.99 0 0.26 0.55
HSL 164.07º 0.98% 0.23% -
HSV(B) 164.07º 0.99% 0.45% -
XYZ 7.63 12.68 10.43 -
YUV 76.79 132.06 73.94 -
System Red Green Blue C M Y K H S L
Decimal 1 114 84 0.99 0 0.26 0.55 164.07 0.98 0.23
Hex 1 72 54 63 0 1A 37 A4 62 17
Octal 1 162 124 143 0 32 67 244 142 27
Binary 1 1110010 1010100 1100011 0 11010 110111 10100100 1100010 10111

Color Harmonies of #017254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017254

Black with #017254

Text Example


Text Example

White with #017254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017254; }

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

 H1.HeaderClassName
 {
   color: #017254;
 }
 .AnyTagClassName
 {
   color: #017254;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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