#045946

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

Shades of Watercourse #045946

Tints of Watercourse #045946

Color information

#045946 (or 0x045946) is unknown color: approx Watercourse. HEX triplet: 04, 59 and 46. RGB value is (4,89,70). Sum of RGB (Red+Green+Blue) = 4+89+70=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #045946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045946 is #FBA6B9. Grayscale: #3D3D3D. Windows color (decimal): -16492218 or 4610308. OLE color: 4610308.

HSL color Cylindrical-coordinate representation of color #045946: hue angle of 166.59º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045946 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB48970-
CMYK0.9600.210.65
HSL166.59º91.4%18.24%-
HSV(B)166.59º95.51%34.9%-
XYZ4.737.617.01-
YUV61.42132.8487.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 89 (35.16% from 255) = 54.60%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=2.45%
G=54.60%
B=42.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal489700.9600.210.65166.5991.418.24
Hex459466001541a75b12
Octal413110614002510124713322
Binary100101100110001101100000010101100000110100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045946; }

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

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

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

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

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

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

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

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