#045742

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

Shades of Watercourse #045742

Tints of Watercourse #045742

Color information

#045742 (or 0x045742) is unknown color: approx Watercourse. HEX triplet: 04, 57 and 42. RGB value is (4,87,66). Sum of RGB (Red+Green+Blue) = 4+87+66=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 87 (34.38% from 255 or 55.41% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 87 - color contains mainly: green. Hex color #045742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045742 is #FBA8BD. Grayscale: #3B3B3B. Windows color (decimal): -16492734 or 4347652. OLE color: 4347652.

HSL color Cylindrical-coordinate representation of color #045742: hue angle of 164.82º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045742 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB48766-
CMYK0.9500.240.66
HSL164.82º91.21%17.84%-
HSV(B)164.82º95.4%34.12%-
XYZ4.447.246.32-
YUV59.79131.588.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.55%
GREEN value IS 87 (34.38% from 255) = 55.41%
BLUE value IS 66 (26.17% from 255) = 42.04%
R=2.55%
G=55.41%
B=42.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal487660.9500.240.66164.8291.2117.84
Hex457425F01842a55b12
Octal412710213703010224513322
Binary100101011110000101011111011000100001010100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045742; }

 p { color: rgb(4,87,66); }

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

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

 a { background-color: rgb(4,87,66); }

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

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

 span { border-color: rgb(4,87,66); }

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