#045945

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

Shades of Watercourse #045945

Tints of Watercourse #045945

Color information

#045945 (or 0x045945) is unknown color: approx Watercourse. HEX triplet: 04, 59 and 45. RGB value is (4,89,69). Sum of RGB (Red+Green+Blue) = 4+89+69=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #045945 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045945 is #FBA6BA. Grayscale: #3D3D3D. Windows color (decimal): -16492219 or 4544772. OLE color: 4544772.

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

Color convert

RGB48969-
CMYK0.9600.220.65
HSL165.88º91.4%18.24%-
HSV(B)165.88º95.51%34.9%-
XYZ4.77.66.85-
YUV61.3132.3487.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.47%
GREEN value IS 89 (35.16% from 255) = 54.94%
BLUE value IS 69 (27.34% from 255) = 42.59%
R=2.47%
G=54.94%
B=42.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal489690.9600.220.65165.8891.418.24
Hex459456001641a65b12
Octal413110514002610124613322
Binary100101100110001011100000010110100000110100110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045945; }

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

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

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

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

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

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

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

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