#056944

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

Shades of Watercourse #056944

Tints of Watercourse #056944

Color information

#056944 (or 0x056944) is unknown color: approx Watercourse. HEX triplet: 05, 69 and 44. RGB value is (5,105,68). Sum of RGB (Red+Green+Blue) = 5+105+68=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 105 (41.41% from 255 or 58.99% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 105 - color contains mainly: green. Hex color #056944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056944 is #FA96BB. Grayscale: #464646. Windows color (decimal): -16422588 or 4483333. OLE color: 4483333.

HSL color Cylindrical-coordinate representation of color #056944: hue angle of 157.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056944 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB510568-
CMYK0.9500.350.59
HSL157.8º90.91%21.57%-
HSV(B)157.8º95.24%41.18%-
XYZ6.1610.557.18-
YUV70.88126.3781.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.81%
GREEN value IS 105 (41.41% from 255) = 58.99%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=2.81%
G=58.99%
B=38.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5105680.9500.350.59157.890.9121.57
Hex569445F0233B9e5b16
Octal51511041370437323613326
Binary101110100110001001011111010001111101110011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056944; }

 p { color: rgb(5,105,68); }

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

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

 a { background-color: rgb(5,105,68); }

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

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

 span { border-color: rgb(5,105,68); }

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