#016340

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

Shades of Watercourse #016340

Tints of Watercourse #016340

Color information

#016340 (or 0x016340) is unknown color: approx Watercourse. HEX triplet: 01, 63 and 40. RGB value is (1,99,64). Sum of RGB (Red+Green+Blue) = 1+99+64=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #016340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016340 is #FE9CBF. Grayscale: #414141. Windows color (decimal): -16686272 or 4219649. OLE color: 4219649.

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

Color convert

RGB19964-
CMYK0.9900.350.61
HSL158.57º98%19.61%-
HSV(B)158.57º98.99%38.82%-
XYZ5.49.36.36-
YUV65.71127.0381.85-

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.37%
BLUE value IS 64 (25.39% from 255) = 39.02%
R=0.61%
G=60.37%
B=39.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal199640.9900.350.61158.579819.61
Hex16340630233D9f6214
Octal11431001430437523714224
Binary1110001110000001100011010001111110110011111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016340; }

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

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

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

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

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

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

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

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