#016344

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

Shades of Watercourse #016344

Tints of Watercourse #016344

Color information

#016344 (or 0x016344) is unknown color: approx Watercourse. HEX triplet: 01, 63 and 44. RGB value is (1,99,68). Sum of RGB (Red+Green+Blue) = 1+99+68=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #016344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016344 is #FE9CBB. Grayscale: #424242. Windows color (decimal): -16686268 or 4481793. OLE color: 4481793.

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

Color convert

RGB19968-
CMYK0.9900.310.61
HSL161.02º98%19.61%-
HSV(B)161.02º98.99%38.82%-
XYZ5.529.356.98-
YUV66.16129.0381.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 99 (39.06% from 255) = 58.93%
BLUE value IS 68 (26.95% from 255) = 40.48%
R=0.60%
G=58.93%
B=40.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal199680.9900.310.61161.029819.61
Hex163446301F3Da16214
Octal11431041430377524114224
Binary111000111000100110001101111111110110100001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016344; }

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

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

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

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

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

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

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

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