#045B47

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

Shades of Watercourse #045B47

Tints of Watercourse #045B47

Color information

#045B47 (or 0x045B47) is unknown color: approx Watercourse. HEX triplet: 04, 5B and 47. RGB value is (4,91,71). Sum of RGB (Red+Green+Blue) = 4+91+71=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 91 (35.94% from 255 or 54.82% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 91 - color contains mainly: green. Hex color #045B47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045B47 is #FBA4B8. Grayscale: #3E3E3E. Windows color (decimal): -16491705 or 4676356. OLE color: 4676356.

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

Color convert

RGB49171-
CMYK0.9600.220.64
HSL166.21º91.58%18.63%-
HSV(B)166.21º95.6%35.69%-
XYZ4.937.967.24-
YUV62.71132.6886.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.41%
GREEN value IS 91 (35.94% from 255) = 54.82%
BLUE value IS 71 (28.12% from 255) = 42.77%
R=2.41%
G=54.82%
B=42.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal491710.9600.220.64166.2191.5818.63
Hex45B476001640a65c13
Octal413310714002610024613423
Binary100101101110001111100000010110100000010100110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,91,71); }

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

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

 a { background-color: rgb(4,91,71); }

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

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

 span { border-color: rgb(4,91,71); }

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