#016645

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

Shades of Watercourse #016645

Tints of Watercourse #016645

Color information

#016645 (or 0x016645) is unknown color: approx Watercourse. HEX triplet: 01, 66 and 45. RGB value is (1,102,69). Sum of RGB (Red+Green+Blue) = 1+102+69=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #016645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016645 is #FE99BA. Grayscale: #444444. Windows color (decimal): -16685499 or 4548097. OLE color: 4548097.

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

Color convert

RGB110269-
CMYK0.9900.320.6
HSL160.4º98.06%20.2%-
HSV(B)160.4º99.02%40%-
XYZ5.849.947.24-
YUV68.04128.5480.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 102 (40.23% from 255) = 59.30%
BLUE value IS 69 (27.34% from 255) = 40.12%
R=0.58%
G=59.30%
B=40.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102690.9900.320.6160.498.0620.2
Hex16645630203Ca06214
Octal11461051430407424014224
Binary1110011010001011100011010000011110010100000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016645; }

 p { color: rgb(1,102,69); }

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

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

 a { background-color: rgb(1,102,69); }

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

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

 span { border-color: rgb(1,102,69); }

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