#006546

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

Shades of Watercourse #006546

Tints of Watercourse #006546

Color information

#006546 (or 0x006546) is unknown color: approx Watercourse. HEX triplet: 00, 65 and 46. RGB value is (0,101,70). Sum of RGB (Red+Green+Blue) = 0+101+70=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #006546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006546 is #FF9AB9. Grayscale: #434343. Windows color (decimal): -16751290 or 4613376. OLE color: 4613376.

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

Color convert

RGB010170-
CMYK100.310.60
HSL161.58º100%19.8%-
HSV(B)161.58º100%39.61%-
XYZ5.769.757.37-
YUV67.27129.5480.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 101 (39.84% from 255) = 59.06%
BLUE value IS 70 (27.73% from 255) = 40.94%
R=0%
G=59.06%
B=40.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal010170100.310.60161.5810019.8
Hex065466401F3Ca26414
Octal01451061440377424214424
Binary011001011000110110010001111111110010100010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006546; }

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

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

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

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

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

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

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

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