#056d48

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

Shades of Watercourse #056D48

Tints of Watercourse #056D48

Color information

#056D48 (or 0x056D48) is unknown color: approx Watercourse. HEX triplet: 05, 6D and 48. RGB value is (5,109,72). Sum of RGB (Red+Green+Blue) = 5+109+72=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 109 (42.97% from 255 or 58.60% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 109 - color contains mainly: green. Hex color #056D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056D48 is #FA92B7. Grayscale: #494949. Windows color (decimal): -16421560 or 4746501. OLE color: 4746501.

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

Color convert

RGB510972-
CMYK0.9500.340.57
HSL158.65º91.23%22.35%-
HSV(B)158.65º95.41%42.75%-
XYZ6.711.447.99-
YUV73.69127.0479.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 109 (42.97% from 255) = 58.60%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=2.69%
G=58.60%
B=38.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5109720.9500.340.57158.6591.2322.35
Hex56D485F022399f5b16
Octal51551101370427123713326
Binary101110110110010001011111010001011100110011111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056d48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,109,72); }

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

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

 a { background-color: rgb(5,109,72); }

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

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

 span { border-color: rgb(5,109,72); }

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