Html Css Color HEX #016241 Watercourse

📋 copy color: '#016241'

red 1 ◦ green 98 ◦ blue 65

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

Shades of Watercourse #016241

Tints of Watercourse #016241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 59.76%

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

R = 0.61%
G = 59.76%
B = 39.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#016241 (or 0x016241) is known color: Watercourse. HEX triplet: 01, 62 and 41. RGB value is (1,98,65). Sum of RGB (Red+Green+Blue) = 1+98+65=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #016241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016241 is #FE9DBE. Grayscale: #414141. Windows color (decimal): -16686527 or 4284929. OLE color: 4284929.

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

Color convert

RGB 1 98 65 -
CMYK 0.99 0 0.34 0.62
HSL 159.59º 0.98% 0.19% -
HSV(B) 159.59º 0.99% 0.38% -
XYZ 5.33 9.12 6.48 -
YUV 65.24 127.86 82.18 -
System Red Green Blue C M Y K H S L
Decimal 1 98 65 0.99 0 0.34 0.62 159.59 0.98 0.19
Hex 1 62 41 63 0 22 3E A0 62 13
Octal 1 142 101 143 0 42 76 240 142 23
Binary 1 1100010 1000001 1100011 0 100010 111110 10100000 1100010 10011

Color Harmonies of #016241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016241

Black with #016241

Text Example


Text Example

White with #016241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016241; }

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

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

background-color css

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

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

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

border-color css

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

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

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