#045D4C

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

Shades of Watercourse #045D4C

Tints of Watercourse #045D4C

Color information

#045D4C (or 0x045D4C) is unknown color: approx Watercourse. HEX triplet: 04, 5D and 4C. RGB value is (4,93,76). Sum of RGB (Red+Green+Blue) = 4+93+76=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #045D4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045D4C is #FBA2B3. Grayscale: #404040. Windows color (decimal): -16491188 or 5004548. OLE color: 5004548.

HSL color Cylindrical-coordinate representation of color #045D4C: hue angle of 168.54º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045D4C is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB49376-
CMYK0.9600.180.64
HSL168.54º91.75%19.02%-
HSV(B)168.54º95.7%36.47%-
XYZ5.278.388.18-
YUV64.45134.5184.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.31%
GREEN value IS 93 (36.72% from 255) = 53.76%
BLUE value IS 76 (30.08% from 255) = 43.93%
R=2.31%
G=53.76%
B=43.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal493760.9600.180.64168.5491.7519.02
Hex45D4C6001240a95c13
Octal413511414002210025113423
Binary100101110110011001100000010010100000010101001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,93,76); }

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

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

 a { background-color: rgb(4,93,76); }

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

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

 span { border-color: rgb(4,93,76); }

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