Html Css Color HEX #016844 Watercourse

📋 copy color: '#016844'

red 1 ◦ green 104 ◦ blue 68

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

Shades of Watercourse #016844

Tints of Watercourse #016844

RGB

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

 GREEN value IS 104 (41.02% from 255) = 60.12%

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

R = 0.58%
G = 60.12%
B = 39.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#016844 (or 0x016844) is known color: Watercourse. HEX triplet: 01, 68 and 44. RGB value is (1,104,68). Sum of RGB (Red+Green+Blue) = 1+104+68=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 104 (41.02% from 255 or 60.12% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 104 - color contains mainly: green. Hex color #016844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016844 is #FE97BB. Grayscale: #454545. Windows color (decimal): -16684988 or 4483073. OLE color: 4483073.

HSL color Cylindrical-coordinate representation of color #016844: hue angle of 159.03º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016844 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 68 -
CMYK 0.99 0 0.35 0.59
HSL 159.03º 0.98% 0.21% -
HSV(B) 159.03º 0.99% 0.41% -
XYZ 6.01 10.32 7.15 -
YUV 69.1 127.38 79.43 -
System Red Green Blue C M Y K H S L
Decimal 1 104 68 0.99 0 0.35 0.59 159.03 0.98 0.21
Hex 1 68 44 63 0 23 3B 9F 62 15
Octal 1 150 104 143 0 43 73 237 142 25
Binary 1 1101000 1000100 1100011 0 100011 111011 10011111 1100010 10101

Color Harmonies of #016844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016844

Black with #016844

Text Example


Text Example

White with #016844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016844; }

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

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

background-color css

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

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

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

border-color css

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

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

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