Html Css Color HEX #017344 Watercourse

📋 copy color: '#017344'

red 1 ◦ green 115 ◦ blue 68

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

Shades of Watercourse #017344

Tints of Watercourse #017344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.96%

R = 0.54%
G = 62.5%
B = 36.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#017344 (or 0x017344) is known color: Watercourse. HEX triplet: 01, 73 and 44. RGB value is (1,115,68). Sum of RGB (Red+Green+Blue) = 1+115+68=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 115 (45.31% from 255 or 62.5% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 115 - color contains mainly: green. Hex color #017344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017344 is #FE8CBB. Grayscale: #4B4B4B. Windows color (decimal): -16682172 or 4485889. OLE color: 4485889.

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

Color convert

RGB 1 115 68 -
CMYK 0.99 0 0.41 0.55
HSL 155.26º 0.98% 0.23% -
HSV(B) 155.26º 0.99% 0.45% -
XYZ 7.19 12.69 7.54 -
YUV 75.56 123.73 74.82 -
System Red Green Blue C M Y K H S L
Decimal 1 115 68 0.99 0 0.41 0.55 155.26 0.98 0.23
Hex 1 73 44 63 0 29 37 9B 62 17
Octal 1 163 104 143 0 51 67 233 142 27
Binary 1 1110011 1000100 1100011 0 101001 110111 10011011 1100010 10111

Color Harmonies of #017344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017344

Black with #017344

Text Example


Text Example

White with #017344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017344; }

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

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

background-color css

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

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

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

border-color css

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

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

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