#046146

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

Shades of Watercourse #046146

Tints of Watercourse #046146

Color information

#046146 (or 0x046146) is unknown color: approx Watercourse. HEX triplet: 04, 61 and 46. RGB value is (4,97,70). Sum of RGB (Red+Green+Blue) = 4+97+70=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #046146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046146 is #FB9EB9. Grayscale: #424242. Windows color (decimal): -16490170 or 4612356. OLE color: 4612356.

HSL color Cylindrical-coordinate representation of color #046146: hue angle of 162.58º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046146 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB49770-
CMYK0.9600.280.62
HSL162.58º92.08%19.8%-
HSV(B)162.58º95.88%38.04%-
XYZ5.439.027.25-
YUV66.11130.1983.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.34%
GREEN value IS 97 (38.28% from 255) = 56.73%
BLUE value IS 70 (27.73% from 255) = 40.94%
R=2.34%
G=56.73%
B=40.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal497700.9600.280.62162.5892.0819.8
Hex461466001C3Ea35c14
Octal41411061400347624313424
Binary10011000011000110110000001110011111010100011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046146; }

 p { color: rgb(4,97,70); }

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

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

 a { background-color: rgb(4,97,70); }

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

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

 span { border-color: rgb(4,97,70); }

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