Html Css Color HEX #016B49 Watercourse

📋 copy color: '#016B49'

red 1 ◦ green 107 ◦ blue 73

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

Shades of Watercourse #016B49

Tints of Watercourse #016B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 59.12%

 BLUE value IS 73 (28.91% from 255) = 40.33%

R = 0.55%
G = 59.12%
B = 40.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#016B49 (or 0x016B49) is known color: Watercourse. HEX triplet: 01, 6B and 49. RGB value is (1,107,73). Sum of RGB (Red+Green+Blue) = 1+107+73=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 107 (42.19% from 255 or 59.12% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 107 - color contains mainly: green. Hex color #016B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016B49 is #FE94B6. Grayscale: #474747. Windows color (decimal): -16684215 or 4811521. OLE color: 4811521.

HSL color Cylindrical-coordinate representation of color #016B49: hue angle of 160.75º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B49 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 107 73 -
CMYK 0.99 0 0.32 0.58
HSL 160.75º 0.98% 0.21% -
HSV(B) 160.75º 0.99% 0.42% -
XYZ 6.47 11 8.09 -
YUV 71.43 128.88 77.76 -
System Red Green Blue C M Y K H S L
Decimal 1 107 73 0.99 0 0.32 0.58 160.75 0.98 0.21
Hex 1 6B 49 63 0 20 3A A1 62 15
Octal 1 153 111 143 0 40 72 241 142 25
Binary 1 1101011 1001001 1100011 0 100000 111010 10100001 1100010 10101

Color Harmonies of #016B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B49

Black with #016B49

Text Example


Text Example

White with #016B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016B49; }

 p { color: rgb(1,107,73); }

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

background-color css

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

 a { background-color: rgb(1,107,73); }

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

border-color css

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

 span { border-color: rgb(1,107,73); }

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