#057648

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

Shades of Watercourse #057648

Tints of Watercourse #057648

Color information

#057648 (or 0x057648) is unknown color: approx Watercourse. HEX triplet: 05, 76 and 48. RGB value is (5,118,72). Sum of RGB (Red+Green+Blue) = 5+118+72=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #057648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057648 is #FA89B7. Grayscale: #4F4F4F. Windows color (decimal): -16419256 or 4748805. OLE color: 4748805.

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

Color convert

RGB511872-
CMYK0.9600.390.54
HSL155.58º91.87%24.12%-
HSV(B)155.58º95.76%46.27%-
XYZ7.7113.468.32-
YUV78.97124.0675.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 118 (46.48% from 255) = 60.51%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=2.56%
G=60.51%
B=36.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5118720.9600.390.54155.5891.8724.12
Hex5764860027369c5c18
Octal51661101400476623413430
Binary101111011010010001100000010011111011010011100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057648; }

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

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

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

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

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

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

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

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