Html Css Color HEX #017346 Watercourse

📋 copy color: '#017346'

red 1 ◦ green 115 ◦ blue 70

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

Shades of Watercourse #017346

Tints of Watercourse #017346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.63%

R = 0.54%
G = 61.83%
B = 37.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#017346 (or 0x017346) is known color: Watercourse. HEX triplet: 01, 73 and 46. RGB value is (1,115,70). Sum of RGB (Red+Green+Blue) = 1+115+70=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 115 (45.31% from 255 or 61.83% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 115 - color contains mainly: green. Hex color #017346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017346 is #FE8CB9. Grayscale: #4B4B4B. Windows color (decimal): -16682170 or 4616961. OLE color: 4616961.

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

Color convert

RGB 1 115 70 -
CMYK 0.99 0 0.39 0.55
HSL 156.32º 0.98% 0.23% -
HSV(B) 156.32º 0.99% 0.45% -
XYZ 7.25 12.71 7.87 -
YUV 75.78 124.73 74.66 -
System Red Green Blue C M Y K H S L
Decimal 1 115 70 0.99 0 0.39 0.55 156.32 0.98 0.23
Hex 1 73 46 63 0 27 37 9C 62 17
Octal 1 163 106 143 0 47 67 234 142 27
Binary 1 1110011 1000110 1100011 0 100111 110111 10011100 1100010 10111

Color Harmonies of #017346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017346

Black with #017346

Text Example


Text Example

White with #017346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017346; }

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

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

background-color css

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

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

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

border-color css

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

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

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