Html Css Color HEX #017046 Watercourse

📋 copy color: '#017046'

red 1 ◦ green 112 ◦ blue 70

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

Shades of Watercourse #017046

Tints of Watercourse #017046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 61.2%

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

R = 0.55%
G = 61.2%
B = 38.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#017046 (or 0x017046) is known color: Watercourse. HEX triplet: 01, 70 and 46. RGB value is (1,112,70). Sum of RGB (Red+Green+Blue) = 1+112+70=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #017046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017046 is #FE8FB9. Grayscale: #4A4A4A. Windows color (decimal): -16682938 or 4616193. OLE color: 4616193.

HSL color Cylindrical-coordinate representation of color #017046: hue angle of 157.3º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017046 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 112 70 -
CMYK 0.99 0 0.38 0.56
HSL 157.3º 0.98% 0.22% -
HSV(B) 157.3º 0.99% 0.44% -
XYZ 6.91 12.04 7.75 -
YUV 74.02 125.73 75.92 -
System Red Green Blue C M Y K H S L
Decimal 1 112 70 0.99 0 0.38 0.56 157.3 0.98 0.22
Hex 1 70 46 63 0 26 38 9D 62 16
Octal 1 160 106 143 0 46 70 235 142 26
Binary 1 1110000 1000110 1100011 0 100110 111000 10011101 1100010 10110

Color Harmonies of #017046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017046

Black with #017046

Text Example


Text Example

White with #017046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017046; }

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

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

background-color css

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

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

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

border-color css

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

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

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