#056A47

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

Shades of Watercourse #056A47

Tints of Watercourse #056A47

Color information

#056A47 (or 0x056A47) is unknown color: approx Watercourse. HEX triplet: 05, 6A and 47. RGB value is (5,106,71). Sum of RGB (Red+Green+Blue) = 5+106+71=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 106 (41.80% from 255 or 58.24% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 106 - color contains mainly: green. Hex color #056A47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056A47 is #FA95B8. Grayscale: #474747. Windows color (decimal): -16422329 or 4680197. OLE color: 4680197.

HSL color Cylindrical-coordinate representation of color #056A47: hue angle of 159.21º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056A47 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB510671-
CMYK0.9500.330.58
HSL159.21º90.99%21.76%-
HSV(B)159.21º95.28%41.57%-
XYZ6.3510.87.71-
YUV71.81127.5480.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.75%
GREEN value IS 106 (41.80% from 255) = 58.24%
BLUE value IS 71 (28.12% from 255) = 39.01%
R=2.75%
G=58.24%
B=39.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5106710.9500.330.58159.2190.9921.76
Hex56A475F0213A9f5b16
Octal51521071370417223713326
Binary101110101010001111011111010000111101010011111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056A47; }

 p { color: rgb(5,106,71); }

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

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

 a { background-color: rgb(5,106,71); }

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

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

 span { border-color: rgb(5,106,71); }

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