#057848

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

Shades of Watercourse #057848

Tints of Watercourse #057848

Color information

#057848 (or 0x057848) is unknown color: approx Watercourse. HEX triplet: 05, 78 and 48. RGB value is (5,120,72). Sum of RGB (Red+Green+Blue) = 5+120+72=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #057848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057848 is #FA87B7. Grayscale: #505050. Windows color (decimal): -16418744 or 4749317. OLE color: 4749317.

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

Color convert

RGB512072-
CMYK0.9600.400.53
HSL154.96º92%24.51%-
HSV(B)154.96º95.83%47.06%-
XYZ7.9513.938.4-
YUV80.14123.474.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 120 (47.27% from 255) = 60.91%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=2.54%
G=60.91%
B=36.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5120720.9600.400.53154.969224.51
Hex5784860028359b5c19
Octal51701101400506523313431
Binary101111100010010001100000010100011010110011011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057848; }

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

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

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

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

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

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

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

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