Html Css Color HEX #017049 Watercourse

📋 copy color: '#017049'

red 1 ◦ green 112 ◦ blue 73

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

Shades of Watercourse #017049

Tints of Watercourse #017049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.22%

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

R = 0.54%
G = 60.22%
B = 39.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#017049 (or 0x017049) is known color: Watercourse. HEX triplet: 01, 70 and 49. RGB value is (1,112,73). Sum of RGB (Red+Green+Blue) = 1+112+73=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #017049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017049 is #FE8FB6. Grayscale: #4A4A4A. Windows color (decimal): -16682935 or 4812801. OLE color: 4812801.

HSL color Cylindrical-coordinate representation of color #017049: hue angle of 158.92º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017049 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 112 73 -
CMYK 0.99 0 0.35 0.56
HSL 158.92º 0.98% 0.22% -
HSV(B) 158.92º 0.99% 0.44% -
XYZ 7.01 12.08 8.26 -
YUV 74.37 127.23 75.67 -
System Red Green Blue C M Y K H S L
Decimal 1 112 73 0.99 0 0.35 0.56 158.92 0.98 0.22
Hex 1 70 49 63 0 23 38 9F 62 16
Octal 1 160 111 143 0 43 70 237 142 26
Binary 1 1110000 1001001 1100011 0 100011 111000 10011111 1100010 10110

Color Harmonies of #017049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017049

Black with #017049

Text Example


Text Example

White with #017049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017049; }

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

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

background-color css

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

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

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

border-color css

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

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

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