Html Css Color HEX #017345 Watercourse

📋 copy color: '#017345'

red 1 ◦ green 115 ◦ blue 69

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

Shades of Watercourse #017345

Tints of Watercourse #017345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.3%

R = 0.54%
G = 62.16%
B = 37.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#017345 (or 0x017345) is known color: Watercourse. HEX triplet: 01, 73 and 45. RGB value is (1,115,69). Sum of RGB (Red+Green+Blue) = 1+115+69=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #017345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017345 is #FE8CBA. Grayscale: #4B4B4B. Windows color (decimal): -16682171 or 4551425. OLE color: 4551425.

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

Color convert

RGB 1 115 69 -
CMYK 0.99 0 0.4 0.55
HSL 155.79º 0.98% 0.23% -
HSV(B) 155.79º 0.99% 0.45% -
XYZ 7.22 12.7 7.7 -
YUV 75.67 124.23 74.74 -
System Red Green Blue C M Y K H S L
Decimal 1 115 69 0.99 0 0.4 0.55 155.79 0.98 0.23
Hex 1 73 45 63 0 28 37 9C 62 17
Octal 1 163 105 143 0 50 67 234 142 27
Binary 1 1110011 1000101 1100011 0 101000 110111 10011100 1100010 10111

Color Harmonies of #017345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017345

Black with #017345

Text Example


Text Example

White with #017345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017345; }

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

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

background-color css

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

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

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

border-color css

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

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

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