Html Css Color HEX #016141 Watercourse

📋 copy color: '#016141'

red 1 ◦ green 97 ◦ blue 65

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

Shades of Watercourse #016141

Tints of Watercourse #016141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 59.51%

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

R = 0.61%
G = 59.51%
B = 39.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#016141 (or 0x016141) is known color: Watercourse. HEX triplet: 01, 61 and 41. RGB value is (1,97,65). Sum of RGB (Red+Green+Blue) = 1+97+65=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #016141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016141 is #FE9EBE. Grayscale: #404040. Windows color (decimal): -16686783 or 4284673. OLE color: 4284673.

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

Color convert

RGB 1 97 65 -
CMYK 0.99 0 0.33 0.62
HSL 160º 0.98% 0.19% -
HSV(B) 160º 0.99% 0.38% -
XYZ 5.24 8.94 6.45 -
YUV 64.65 128.2 82.6 -
System Red Green Blue C M Y K H S L
Decimal 1 97 65 0.99 0 0.33 0.62 160 0.98 0.19
Hex 1 61 41 63 0 21 3E A0 62 13
Octal 1 141 101 143 0 41 76 240 142 23
Binary 1 1100001 1000001 1100011 0 100001 111110 10100000 1100010 10011

Color Harmonies of #016141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016141

Black with #016141

Text Example


Text Example

White with #016141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016141; }

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

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

background-color css

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

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

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

border-color css

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

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

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