#056745

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

Shades of Watercourse #056745

Tints of Watercourse #056745

Color information

#056745 (or 0x056745) is unknown color: approx Watercourse. HEX triplet: 05, 67 and 45. RGB value is (5,103,69). Sum of RGB (Red+Green+Blue) = 5+103+69=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #056745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056745 is #FA98BA. Grayscale: #454545. Windows color (decimal): -16423099 or 4548357. OLE color: 4548357.

HSL color Cylindrical-coordinate representation of color #056745: hue angle of 159.18º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056745 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB510369-
CMYK0.9500.330.60
HSL159.18º90.74%21.18%-
HSV(B)159.18º95.15%40.39%-
XYZ5.9910.167.28-
YUV69.82127.5381.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 103 (40.62% from 255) = 58.19%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=2.82%
G=58.19%
B=38.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5103690.9500.330.60159.1890.7421.18
Hex567455F0213C9f5b15
Octal51471051370417423713325
Binary101110011110001011011111010000111110010011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056745; }

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

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

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

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

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

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

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

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