#056045

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

Shades of Watercourse #056045

Tints of Watercourse #056045

Color information

#056045 (or 0x056045) is unknown color: approx Watercourse. HEX triplet: 05, 60 and 45. RGB value is (5,96,69). Sum of RGB (Red+Green+Blue) = 5+96+69=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #056045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056045 is #FA9FBA. Grayscale: #414141. Windows color (decimal): -16424891 or 4546565. OLE color: 4546565.

HSL color Cylindrical-coordinate representation of color #056045: hue angle of 162.2º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056045 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB59669-
CMYK0.9500.280.62
HSL162.2º90.1%19.8%-
HSV(B)162.2º94.79%37.65%-
XYZ5.328.837.05-
YUV65.71129.8584.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 96 (37.89% from 255) = 56.47%
BLUE value IS 69 (27.34% from 255) = 40.59%
R=2.94%
G=56.47%
B=40.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596690.9500.280.62162.290.119.8
Hex560455F01C3Ea25a14
Octal51401051370347624213224
Binary10111000001000101101111101110011111010100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056045; }

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

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

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

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

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

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

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

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