Html Css Color HEX #016449 Watercourse

📋 copy color: '#016449'

red 1 ◦ green 100 ◦ blue 73

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

Shades of Watercourse #016449

Tints of Watercourse #016449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 57.47%

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

R = 0.57%
G = 57.47%
B = 41.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#016449 (or 0x016449) is known color: Watercourse. HEX triplet: 01, 64 and 49. RGB value is (1,100,73). Sum of RGB (Red+Green+Blue) = 1+100+73=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #016449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016449 is #FE9BB6. Grayscale: #434343. Windows color (decimal): -16686007 or 4809729. OLE color: 4809729.

HSL color Cylindrical-coordinate representation of color #016449: hue angle of 163.64º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016449 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 100 73 -
CMYK 0.99 0 0.27 0.61
HSL 163.64º 0.98% 0.2% -
HSV(B) 163.64º 0.99% 0.39% -
XYZ 5.77 9.6 7.85 -
YUV 67.32 131.2 80.7 -
System Red Green Blue C M Y K H S L
Decimal 1 100 73 0.99 0 0.27 0.61 163.64 0.98 0.2
Hex 1 64 49 63 0 1B 3D A4 62 14
Octal 1 144 111 143 0 33 75 244 142 24
Binary 1 1100100 1001001 1100011 0 11011 111101 10100100 1100010 10100

Color Harmonies of #016449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016449

Black with #016449

Text Example


Text Example

White with #016449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016449; }

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

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

background-color css

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

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

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

border-color css

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

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

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