Html Css Color HEX #016841 Watercourse

📋 copy color: '#016841'

red 1 ◦ green 104 ◦ blue 65

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

Shades of Watercourse #016841

Tints of Watercourse #016841

RGB

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

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

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

R = 0.59%
G = 61.18%
B = 38.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#016841 (or 0x016841) is known color: Watercourse. HEX triplet: 01, 68 and 41. RGB value is (1,104,65). Sum of RGB (Red+Green+Blue) = 1+104+65=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 104 (41.02% from 255 or 61.18% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 104 - color contains mainly: green. Hex color #016841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016841 is #FE97BE. Grayscale: #444444. Windows color (decimal): -16684991 or 4286465. OLE color: 4286465.

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

Color convert

RGB 1 104 65 -
CMYK 0.99 0 0.38 0.59
HSL 157.28º 0.98% 0.21% -
HSV(B) 157.28º 0.99% 0.41% -
XYZ 5.92 10.29 6.68 -
YUV 68.76 125.88 79.67 -
System Red Green Blue C M Y K H S L
Decimal 1 104 65 0.99 0 0.38 0.59 157.28 0.98 0.21
Hex 1 68 41 63 0 26 3B 9D 62 15
Octal 1 150 101 143 0 46 73 235 142 25
Binary 1 1101000 1000001 1100011 0 100110 111011 10011101 1100010 10101

Color Harmonies of #016841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016841

Black with #016841

Text Example


Text Example

White with #016841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016841; }

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

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

background-color css

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

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

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

border-color css

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

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

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