Html Css Color HEX #016046 Watercourse

📋 copy color: '#016046'

red 1 ◦ green 96 ◦ blue 70

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

Shades of Watercourse #016046

Tints of Watercourse #016046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.49%

 BLUE value IS 70 (27.73% from 255) = 41.92%

R = 0.6%
G = 57.49%
B = 41.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#016046 (or 0x016046) is known color: Watercourse. HEX triplet: 01, 60 and 46. RGB value is (1,96,70). Sum of RGB (Red+Green+Blue) = 1+96+70=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #016046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016046 is #FE9FB9. Grayscale: #404040. Windows color (decimal): -16687034 or 4612097. OLE color: 4612097.

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

Color convert

RGB 1 96 70 -
CMYK 0.99 0 0.27 0.62
HSL 163.58º 0.98% 0.19% -
HSV(B) 163.58º 0.99% 0.38% -
XYZ 5.3 8.81 7.22 -
YUV 64.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 1 96 70 0.99 0 0.27 0.62 163.58 0.98 0.19
Hex 1 60 46 63 0 1B 3E A4 62 13
Octal 1 140 106 143 0 33 76 244 142 23
Binary 1 1100000 1000110 1100011 0 11011 111110 10100100 1100010 10011

Color Harmonies of #016046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016046

Black with #016046

Text Example


Text Example

White with #016046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016046; }

 p { color: rgb(1,96,70); }

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

background-color css

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

 a { background-color: rgb(1,96,70); }

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

border-color css

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

 span { border-color: rgb(1,96,70); }

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