#057645

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

Shades of Watercourse #057645

Tints of Watercourse #057645

Color information

#057645 (or 0x057645) is unknown color: approx Watercourse. HEX triplet: 05, 76 and 45. RGB value is (5,118,69). Sum of RGB (Red+Green+Blue) = 5+118+69=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 118 (46.48% from 255 or 61.46% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 118 - color contains mainly: green. Hex color #057645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057645 is #FA89BA. Grayscale: #4E4E4E. Windows color (decimal): -16419259 or 4552197. OLE color: 4552197.

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

Color convert

RGB511869-
CMYK0.9600.420.54
HSL153.98º91.87%24.12%-
HSV(B)153.98º95.76%46.27%-
XYZ7.6213.427.82-
YUV78.63122.5675.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.60%
GREEN value IS 118 (46.48% from 255) = 61.46%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=2.60%
G=61.46%
B=35.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5118690.9600.420.54153.9891.8724.12
Hex576456002A369a5c18
Octal51661051400526623213430
Binary101111011010001011100000010101011011010011010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057645; }

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

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

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

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

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

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

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

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