#016048

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

Shades of Watercourse #016048

Tints of Watercourse #016048

Color information

#016048 (or 0x016048) is unknown color: approx Watercourse. HEX triplet: 01, 60 and 48. RGB value is (1,96,72). Sum of RGB (Red+Green+Blue) = 1+96+72=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #016048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016048 is #FE9FB7. Grayscale: #404040. Windows color (decimal): -16687032 or 4743169. OLE color: 4743169.

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

Color convert

RGB19672-
CMYK0.9900.250.62
HSL164.84º97.94%19.02%-
HSV(B)164.84º98.96%37.65%-
XYZ5.378.847.55-
YUV64.86132.0382.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 96 (37.89% from 255) = 56.80%
BLUE value IS 72 (28.52% from 255) = 42.60%
R=0.59%
G=56.80%
B=42.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal196720.9900.250.62164.8497.9419.02
Hex16048630193Ea56213
Octal11401101430317624514223
Binary111000001001000110001101100111111010100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016048; }

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

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

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

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

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

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

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

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