#006346

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

Shades of Watercourse #006346

Tints of Watercourse #006346

Color information

#006346 (or 0x006346) is unknown color: approx Watercourse. HEX triplet: 00, 63 and 46. RGB value is (0,99,70). Sum of RGB (Red+Green+Blue) = 0+99+70=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #006346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006346 is #FF9CB9. Grayscale: #424242. Windows color (decimal): -16751802 or 4612864. OLE color: 4612864.

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

Color convert

RGB09970-
CMYK100.290.61
HSL162.42º100%19.41%-
HSV(B)162.42º100%38.82%-
XYZ5.579.377.31-
YUV66.09130.280.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 58.58%
BLUE value IS 70 (27.73% from 255) = 41.42%
R=0%
G=58.58%
B=41.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09970100.290.61162.4210019.41
Hex063466401D3Da26413
Octal01431061440357524214423
Binary011000111000110110010001110111110110100010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006346; }

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

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

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

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

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

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

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

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