#006446

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

Shades of Watercourse #006446

Tints of Watercourse #006446

Color information

#006446 (or 0x006446) is unknown color: approx Watercourse. HEX triplet: 00, 64 and 46. RGB value is (0,100,70). Sum of RGB (Red+Green+Blue) = 0+100+70=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #006446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006446 is #FF9BB9. Grayscale: #424242. Windows color (decimal): -16751546 or 4613120. OLE color: 4613120.

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

Color convert

RGB010070-
CMYK100.300.61
HSL162º100%19.61%-
HSV(B)162º100%39.22%-
XYZ5.669.567.34-
YUV66.68129.8780.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 100 (39.45% from 255) = 58.82%
BLUE value IS 70 (27.73% from 255) = 41.18%
R=0%
G=58.82%
B=41.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal010070100.300.6116210019.61
Hex064466401E3Da26414
Octal01441061440367524214424
Binary011001001000110110010001111011110110100010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006446; }

 p { color: rgb(0,100,70); }

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

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

 a { background-color: rgb(0,100,70); }

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

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

 span { border-color: rgb(0,100,70); }

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