#016341

Color #016341 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #016341

Tints of Watercourse #016341

Color information

#016341 (or 0x016341) is unknown color: approx Watercourse. HEX triplet: 01, 63 and 41. RGB value is (1,99,65). Sum of RGB (Red+Green+Blue) = 1+99+65=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #016341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016341 is #FE9CBE. Grayscale: #414141. Windows color (decimal): -16686271 or 4285185. OLE color: 4285185.

HSL color Cylindrical-coordinate representation of color #016341: hue angle of 159.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016341 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB19965-
CMYK0.9900.340.61
HSL159.18º98%19.61%-
HSV(B)159.18º98.99%38.82%-
XYZ5.439.316.51-
YUV65.82127.5381.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 99 (39.06% from 255) = 60%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=0.61%
G=60%
B=39.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal199650.9900.340.61159.189819.61
Hex16341630223D9f6214
Octal11431011430427523714224
Binary1110001110000011100011010001011110110011111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016341; }

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

 H1.HeaderClassName
 {
   color: #016341;
 }
 .AnyTagClassName
 {
   color: #016341;
 }
</style>
background-color css

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

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

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

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

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

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