#046144

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

Shades of Watercourse #046144

Tints of Watercourse #046144

Color information

#046144 (or 0x046144) is unknown color: approx Watercourse. HEX triplet: 04, 61 and 44. RGB value is (4,97,68). Sum of RGB (Red+Green+Blue) = 4+97+68=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 68 (26.95% from 255 or 40.24% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #046144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046144 is #FB9EBB. Grayscale: #414141. Windows color (decimal): -16490172 or 4481284. OLE color: 4481284.

HSL color Cylindrical-coordinate representation of color #046144: hue angle of 161.29º 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 #046144 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB49768-
CMYK0.9600.300.62
HSL161.29º92.08%19.8%-
HSV(B)161.29º95.88%38.04%-
XYZ5.378.996.92-
YUV65.89129.1983.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.37%
GREEN value IS 97 (38.28% from 255) = 57.40%
BLUE value IS 68 (26.95% from 255) = 40.24%
R=2.37%
G=57.40%
B=40.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal497680.9600.300.62161.2992.0819.8
Hex461446001E3Ea15c14
Octal41411041400367624113424
Binary10011000011000100110000001111011111010100001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046144; }

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

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

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

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

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

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

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

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