Html Css Color HEX #017144 Watercourse

📋 copy color: '#017144'

red 1 ◦ green 113 ◦ blue 68

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

Shades of Watercourse #017144

Tints of Watercourse #017144

RGB

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

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

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

R = 0.55%
G = 62.09%
B = 37.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#017144 (or 0x017144) is known color: Watercourse. HEX triplet: 01, 71 and 44. RGB value is (1,113,68). Sum of RGB (Red+Green+Blue) = 1+113+68=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #017144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017144 is #FE8EBB. Grayscale: #4A4A4A. Windows color (decimal): -16682684 or 4485377. OLE color: 4485377.

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

Color convert

RGB 1 113 68 -
CMYK 0.99 0 0.40 0.56
HSL 155.89º 0.98% 0.22% -
HSV(B) 155.89º 0.99% 0.44% -
XYZ 6.96 12.23 7.46 -
YUV 74.38 124.39 75.66 -
System Red Green Blue C M Y K H S L
Decimal 1 113 68 0.99 0 0.40 0.56 155.89 0.98 0.22
Hex 1 71 44 63 0 28 38 9C 62 16
Octal 1 161 104 143 0 50 70 234 142 26
Binary 1 1110001 1000100 1100011 0 101000 111000 10011100 1100010 10110

Color Harmonies of #017144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017144

Black with #017144

Text Example


Text Example

White with #017144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017144; }

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

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

background-color css

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

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

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

border-color css

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

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

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