#045A49

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

Shades of Watercourse #045A49

Tints of Watercourse #045A49

Color information

#045A49 (or 0x045A49) is unknown color: approx Watercourse. HEX triplet: 04, 5A and 49. RGB value is (4,90,73). Sum of RGB (Red+Green+Blue) = 4+90+73=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #045A49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045A49 is #FBA5B6. Grayscale: #3E3E3E. Windows color (decimal): -16491959 or 4807172. OLE color: 4807172.

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

Color convert

RGB49073-
CMYK0.9600.190.65
HSL168.14º91.49%18.43%-
HSV(B)168.14º95.56%35.29%-
XYZ4.917.827.55-
YUV62.35134.0186.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.40%
GREEN value IS 90 (35.55% from 255) = 53.89%
BLUE value IS 73 (28.91% from 255) = 43.71%
R=2.40%
G=53.89%
B=43.71%

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
Decimal490730.9600.190.65168.1491.4918.43
Hex45A496001341a85b12
Octal413211114002310125013322
Binary100101101010010011100000010011100000110101000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045A49; }

 p { color: rgb(4,90,73); }

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

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

 a { background-color: rgb(4,90,73); }

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

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

 span { border-color: rgb(4,90,73); }

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