Html Css Color HEX #017041 Watercourse

📋 copy color: '#017041'

red 1 ◦ green 112 ◦ blue 65

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

Shades of Watercourse #017041

Tints of Watercourse #017041

RGB

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

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

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

R = 0.56%
G = 62.92%
B = 36.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#017041 (or 0x017041) is known color: Watercourse. HEX triplet: 01, 70 and 41. RGB value is (1,112,65). Sum of RGB (Red+Green+Blue) = 1+112+65=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #017041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017041 is #FE8FBE. Grayscale: #494949. Windows color (decimal): -16682943 or 4288513. OLE color: 4288513.

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

Color convert

RGB 1 112 65 -
CMYK 0.99 0 0.42 0.56
HSL 154.59º 0.98% 0.22% -
HSV(B) 154.59º 0.99% 0.44% -
XYZ 6.76 11.98 6.96 -
YUV 73.45 123.23 76.32 -
System Red Green Blue C M Y K H S L
Decimal 1 112 65 0.99 0 0.42 0.56 154.59 0.98 0.22
Hex 1 70 41 63 0 2A 38 9B 62 16
Octal 1 160 101 143 0 52 70 233 142 26
Binary 1 1110000 1000001 1100011 0 101010 111000 10011011 1100010 10110

Color Harmonies of #017041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017041

Black with #017041

Text Example


Text Example

White with #017041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017041; }

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

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

background-color css

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

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

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

border-color css

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

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

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