#057949

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

Shades of Watercourse #057949

Tints of Watercourse #057949

Color information

#057949 (or 0x057949) is unknown color: approx Watercourse. HEX triplet: 05, 79 and 49. RGB value is (5,121,73). Sum of RGB (Red+Green+Blue) = 5+121+73=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 121 (47.66% from 255 or 60.80% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 121 - color contains mainly: green. Hex color #057949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057949 is #FA86B6. Grayscale: #505050. Windows color (decimal): -16418487 or 4815109. OLE color: 4815109.

HSL color Cylindrical-coordinate representation of color #057949: hue angle of 155.17º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057949 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB512173-
CMYK0.9600.400.53
HSL155.17º92.06%24.71%-
HSV(B)155.17º95.87%47.45%-
XYZ8.114.198.61-
YUV80.84123.5773.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 121 (47.66% from 255) = 60.80%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=2.51%
G=60.80%
B=36.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5121730.9600.400.53155.1792.0624.71
Hex5794960028359b5c19
Octal51711111400506523313431
Binary101111100110010011100000010100011010110011011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057949; }

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

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

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

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

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

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

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

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