Html Css Color HEX #017449 Watercourse

📋 copy color: '#017449'

red 1 ◦ green 116 ◦ blue 73

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

Shades of Watercourse #017449

Tints of Watercourse #017449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 61.05%

 BLUE value IS 73 (28.91% from 255) = 38.42%

R = 0.53%
G = 61.05%
B = 38.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#017449 (or 0x017449) is known color: Watercourse. HEX triplet: 01, 74 and 49. RGB value is (1,116,73). Sum of RGB (Red+Green+Blue) = 1+116+73=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 116 (45.70% from 255 or 61.05% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 116 - color contains mainly: green. Hex color #017449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017449 is #FE8BB6. Grayscale: #4C4C4C. Windows color (decimal): -16681911 or 4813825. OLE color: 4813825.

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

Color convert

RGB 1 116 73 -
CMYK 0.99 0 0.37 0.55
HSL 157.57º 0.98% 0.23% -
HSV(B) 157.57º 0.99% 0.45% -
XYZ 7.46 12.98 8.42 -
YUV 76.71 125.9 74 -
System Red Green Blue C M Y K H S L
Decimal 1 116 73 0.99 0 0.37 0.55 157.57 0.98 0.23
Hex 1 74 49 63 0 25 37 9E 62 17
Octal 1 164 111 143 0 45 67 236 142 27
Binary 1 1110100 1001001 1100011 0 100101 110111 10011110 1100010 10111

Color Harmonies of #017449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017449

Black with #017449

Text Example


Text Example

White with #017449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017449; }

 p { color: rgb(1,116,73); }

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

background-color css

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

 a { background-color: rgb(1,116,73); }

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

border-color css

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

 span { border-color: rgb(1,116,73); }

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