Html Css Color HEX #017341 Watercourse

📋 copy color: '#017341'

red 1 ◦ green 115 ◦ blue 65

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

Shades of Watercourse #017341

Tints of Watercourse #017341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.91%

R = 0.55%
G = 63.54%
B = 35.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#017341 (or 0x017341) is known color: Watercourse. HEX triplet: 01, 73 and 41. RGB value is (1,115,65). Sum of RGB (Red+Green+Blue) = 1+115+65=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #017341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017341 is #FE8CBE. Grayscale: #4B4B4B. Windows color (decimal): -16682175 or 4289281. OLE color: 4289281.

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

Color convert

RGB 1 115 65 -
CMYK 0.99 0 0.43 0.55
HSL 153.68º 0.98% 0.23% -
HSV(B) 153.68º 0.99% 0.45% -
XYZ 7.1 12.65 7.07 -
YUV 75.21 122.23 75.07 -
System Red Green Blue C M Y K H S L
Decimal 1 115 65 0.99 0 0.43 0.55 153.68 0.98 0.23
Hex 1 73 41 63 0 2B 37 9A 62 17
Octal 1 163 101 143 0 53 67 232 142 27
Binary 1 1110011 1000001 1100011 0 101011 110111 10011010 1100010 10111

Color Harmonies of #017341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017341

Black with #017341

Text Example


Text Example

White with #017341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017341; }

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

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

background-color css

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

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

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

border-color css

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

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

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