#045948

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

Shades of Watercourse #045948

Tints of Watercourse #045948

Color information

#045948 (or 0x045948) is unknown color: approx Watercourse. HEX triplet: 04, 59 and 48. RGB value is (4,89,72). Sum of RGB (Red+Green+Blue) = 4+89+72=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #045948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045948 is #FBA6B7. Grayscale: #3D3D3D. Windows color (decimal): -16492216 or 4741380. OLE color: 4741380.

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

Color convert

RGB48972-
CMYK0.9600.190.65
HSL168º91.4%18.24%-
HSV(B)168º95.51%34.9%-
XYZ4.797.647.35-
YUV61.65133.8486.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.42%
GREEN value IS 89 (35.16% from 255) = 53.94%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=2.42%
G=53.94%
B=43.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal489720.9600.190.6516891.418.24
Hex459486001341a85b12
Octal413111014002310125013322
Binary100101100110010001100000010011100000110101000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045948; }

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

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

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

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

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

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

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

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