#016848

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

Shades of Watercourse #016848

Tints of Watercourse #016848

Color information

#016848 (or 0x016848) is unknown color: approx Watercourse. HEX triplet: 01, 68 and 48. RGB value is (1,104,72). Sum of RGB (Red+Green+Blue) = 1+104+72=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #016848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016848 is #FE97B7. Grayscale: #454545. Windows color (decimal): -16684984 or 4745217. OLE color: 4745217.

HSL color Cylindrical-coordinate representation of color #016848: hue angle of 161.36º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016848 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB110472-
CMYK0.9900.310.59
HSL161.36º98.1%20.59%-
HSV(B)161.36º99.04%40.78%-
XYZ6.1310.377.81-
YUV69.55129.3879.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 104 (41.02% from 255) = 58.76%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=0.56%
G=58.76%
B=40.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1104720.9900.310.59161.3698.120.59
Hex168486301F3Ba16215
Octal11501101430377324114225
Binary111010001001000110001101111111101110100001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016848; }

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

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

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

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

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

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

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

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