#045D4B

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

Shades of Watercourse #045D4B

Tints of Watercourse #045D4B

Color information

#045D4B (or 0x045D4B) is unknown color: approx Watercourse. HEX triplet: 04, 5D and 4B. RGB value is (4,93,75). Sum of RGB (Red+Green+Blue) = 4+93+75=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #045D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045D4B is #FBA2B4. Grayscale: #404040. Windows color (decimal): -16491189 or 4939012. OLE color: 4939012.

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

Color convert

RGB49375-
CMYK0.9600.190.64
HSL167.87º91.75%19.02%-
HSV(B)167.87º95.7%36.47%-
XYZ5.238.367.99-
YUV64.34134.0184.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.33%
GREEN value IS 93 (36.72% from 255) = 54.07%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=2.33%
G=54.07%
B=43.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal493750.9600.190.64167.8791.7519.02
Hex45D4B6001340a85c13
Octal413511314002310025013423
Binary100101110110010111100000010011100000010101000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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