#057649

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

Shades of Watercourse #057649

Tints of Watercourse #057649

Color information

#057649 (or 0x057649) is unknown color: approx Watercourse. HEX triplet: 05, 76 and 49. RGB value is (5,118,73). Sum of RGB (Red+Green+Blue) = 5+118+73=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #057649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057649 is #FA89B6. Grayscale: #4F4F4F. Windows color (decimal): -16419255 or 4814341. OLE color: 4814341.

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

Color convert

RGB511873-
CMYK0.9600.380.54
HSL156.11º91.87%24.12%-
HSV(B)156.11º95.76%46.27%-
XYZ7.7413.478.5-
YUV79.08124.5675.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 118 (46.48% from 255) = 60.20%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=2.55%
G=60.20%
B=37.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5118730.9600.380.54156.1191.8724.12
Hex5764960026369c5c18
Octal51661111400466623413430
Binary101111011010010011100000010011011011010011100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057649; }

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

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

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

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

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

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

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

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