Html Css Color HEX #017140 Watercourse

📋 copy color: '#017140'

red 1 ◦ green 113 ◦ blue 64

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

Shades of Watercourse #017140

Tints of Watercourse #017140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 63.48%

 BLUE value IS 64 (25.39% from 255) = 35.96%

R = 0.56%
G = 63.48%
B = 35.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#017140 (or 0x017140) is known color: Watercourse. HEX triplet: 01, 71 and 40. RGB value is (1,113,64). Sum of RGB (Red+Green+Blue) = 1+113+64=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #017140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017140 is #FE8EBF. Grayscale: #4A4A4A. Windows color (decimal): -16682688 or 4223233. OLE color: 4223233.

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

Color convert

RGB 1 113 64 -
CMYK 0.99 0 0.43 0.56
HSL 153.75º 0.98% 0.22% -
HSV(B) 153.75º 0.99% 0.44% -
XYZ 6.84 12.19 6.84 -
YUV 73.93 122.39 75.98 -
System Red Green Blue C M Y K H S L
Decimal 1 113 64 0.99 0 0.43 0.56 153.75 0.98 0.22
Hex 1 71 40 63 0 2B 38 9A 62 16
Octal 1 161 100 143 0 53 70 232 142 26
Binary 1 1110001 1000000 1100011 0 101011 111000 10011010 1100010 10110

Color Harmonies of #017140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017140

Black with #017140

Text Example


Text Example

White with #017140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017140; }

 p { color: rgb(1,113,64); }

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

background-color css

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

 a { background-color: rgb(1,113,64); }

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

border-color css

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

 span { border-color: rgb(1,113,64); }

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