Html Css Color HEX #016041 Watercourse

📋 copy color: '#016041'

red 1 ◦ green 96 ◦ blue 65

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

Shades of Watercourse #016041

Tints of Watercourse #016041

RGB

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

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

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

R = 0.62%
G = 59.26%
B = 40.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#016041 (or 0x016041) is known color: Watercourse. HEX triplet: 01, 60 and 41. RGB value is (1,96,65). Sum of RGB (Red+Green+Blue) = 1+96+65=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #016041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016041 is #FE9FBE. Grayscale: #404040. Windows color (decimal): -16687039 or 4284417. OLE color: 4284417.

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

Color convert

RGB 1 96 65 -
CMYK 0.99 0 0.32 0.62
HSL 160.42º 0.98% 0.19% -
HSV(B) 160.42º 0.99% 0.38% -
XYZ 5.15 8.75 6.42 -
YUV 64.06 128.53 83.02 -
System Red Green Blue C M Y K H S L
Decimal 1 96 65 0.99 0 0.32 0.62 160.42 0.98 0.19
Hex 1 60 41 63 0 20 3E A0 62 13
Octal 1 140 101 143 0 40 76 240 142 23
Binary 1 1100000 1000001 1100011 0 100000 111110 10100000 1100010 10011

Color Harmonies of #016041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016041

Black with #016041

Text Example


Text Example

White with #016041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016041; }

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

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

background-color css

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

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

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

border-color css

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

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

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