#057849

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

Shades of Watercourse #057849

Tints of Watercourse #057849

Color information

#057849 (or 0x057849) is unknown color: approx Watercourse. HEX triplet: 05, 78 and 49. RGB value is (5,120,73). Sum of RGB (Red+Green+Blue) = 5+120+73=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 120 (47.27% from 255 or 60.61% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 120 - color contains mainly: green. Hex color #057849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057849 is #FA87B6. Grayscale: #505050. Windows color (decimal): -16418743 or 4814853. OLE color: 4814853.

HSL color Cylindrical-coordinate representation of color #057849: hue angle of 155.48º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057849 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB512073-
CMYK0.9600.390.53
HSL155.48º92%24.51%-
HSV(B)155.48º95.83%47.06%-
XYZ7.9813.958.57-
YUV80.26123.974.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.53%
GREEN value IS 120 (47.27% from 255) = 60.61%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=2.53%
G=60.61%
B=36.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5120730.9600.390.53155.489224.51
Hex5784960027359b5c19
Octal51701111400476523313431
Binary101111100010010011100000010011111010110011011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057849; }

 p { color: rgb(5,120,73); }

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

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

 a { background-color: rgb(5,120,73); }

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

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

 span { border-color: rgb(5,120,73); }

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