Html Css Color HEX #017349 Watercourse

📋 copy color: '#017349'

red 1 ◦ green 115 ◦ blue 73

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

Shades of Watercourse #017349

Tints of Watercourse #017349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 60.85%

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

R = 0.53%
G = 60.85%
B = 38.62%

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

#017349 (or 0x017349) is known color: Watercourse. HEX triplet: 01, 73 and 49. RGB value is (1,115,73). Sum of RGB (Red+Green+Blue) = 1+115+73=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 115 (45.31% from 255 or 60.85% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 115 - color contains mainly: green. Hex color #017349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017349 is #FE8CB6. Grayscale: #4C4C4C. Windows color (decimal): -16682167 or 4813569. OLE color: 4813569.

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

Color convert

RGB 1 115 73 -
CMYK 0.99 0 0.37 0.55
HSL 157.89º 0.98% 0.23% -
HSV(B) 157.89º 0.99% 0.45% -
XYZ 7.35 12.75 8.38 -
YUV 76.13 126.23 74.42 -
System Red Green Blue C M Y K H S L
Decimal 1 115 73 0.99 0 0.37 0.55 157.89 0.98 0.23
Hex 1 73 49 63 0 25 37 9E 62 17
Octal 1 163 111 143 0 45 67 236 142 27
Binary 1 1110011 1001001 1100011 0 100101 110111 10011110 1100010 10111

Color Harmonies of #017349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017349

Black with #017349

Text Example


Text Example

White with #017349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017349; }

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

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

background-color css

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

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

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

border-color css

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

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

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