#057846

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

Shades of Watercourse #057846

Tints of Watercourse #057846

Color information

#057846 (or 0x057846) is unknown color: approx Watercourse. HEX triplet: 05, 78 and 46. RGB value is (5,120,70). Sum of RGB (Red+Green+Blue) = 5+120+70=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 120 (47.27% from 255 or 61.54% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 120 - color contains mainly: green. Hex color #057846 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057846 is #FA87B9. Grayscale: #505050. Windows color (decimal): -16418746 or 4618245. OLE color: 4618245.

HSL color Cylindrical-coordinate representation of color #057846: hue angle of 153.91º 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 #057846 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB512070-
CMYK0.9600.420.53
HSL153.91º92%24.51%-
HSV(B)153.91º95.83%47.06%-
XYZ7.8813.918.06-
YUV79.92122.474.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 120 (47.27% from 255) = 61.54%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=2.56%
G=61.54%
B=35.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5120700.9600.420.53153.919224.51
Hex578466002A359a5c19
Octal51701061400526523213431
Binary101111100010001101100000010101011010110011010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057846; }

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

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

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

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

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

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

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

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