#006849

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

Shades of Watercourse #006849

Tints of Watercourse #006849

Color information

#006849 (or 0x006849) is unknown color: approx Watercourse. HEX triplet: 00, 68 and 49. RGB value is (0,104,73). Sum of RGB (Red+Green+Blue) = 0+104+73=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #006849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006849 is #FF97B6. Grayscale: #454545. Windows color (decimal): -16750519 or 4810752. OLE color: 4810752.

HSL color Cylindrical-coordinate representation of color #006849: hue angle of 162.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006849 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB010473-
CMYK100.300.59
HSL162.12º100%20.39%-
HSV(B)162.12º100%40.78%-
XYZ6.1510.387.98-
YUV69.37130.0478.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 104 (41.02% from 255) = 58.76%
BLUE value IS 73 (28.91% from 255) = 41.24%
R=0%
G=58.76%
B=41.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010473100.300.59162.1210020.39
Hex068496401E3Ba26414
Octal01501111440367324214424
Binary011010001001001110010001111011101110100010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006849; }

 p { color: rgb(0,104,73); }

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

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

 a { background-color: rgb(0,104,73); }

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

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

 span { border-color: rgb(0,104,73); }

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