#056149

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

Shades of Watercourse #056149

Tints of Watercourse #056149

Color information

#056149 (or 0x056149) is unknown color: approx Watercourse. HEX triplet: 05, 61 and 49. RGB value is (5,97,73). Sum of RGB (Red+Green+Blue) = 5+97+73=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #056149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056149 is #FA9EB6. Grayscale: #424242. Windows color (decimal): -16424631 or 4808965. OLE color: 4808965.

HSL color Cylindrical-coordinate representation of color #056149: hue angle of 164.35º 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 #056149 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB59773-
CMYK0.9500.250.62
HSL164.35º90.2%20%-
HSV(B)164.35º94.85%38.04%-
XYZ5.549.067.76-
YUV66.76131.5283.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.86%
GREEN value IS 97 (38.28% from 255) = 55.43%
BLUE value IS 73 (28.91% from 255) = 41.71%
R=2.86%
G=55.43%
B=41.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal597730.9500.250.62164.3590.220
Hex561495F0193Ea45a14
Octal51411111370317624413224
Binary10111000011001001101111101100111111010100100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056149; }

 p { color: rgb(5,97,73); }

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

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

 a { background-color: rgb(5,97,73); }

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

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

 span { border-color: rgb(5,97,73); }

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