#05744D

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

Shades of Watercourse #05744D

Tints of Watercourse #05744D

Color information

#05744D (or 0x05744D) is unknown color: approx Watercourse. HEX triplet: 05, 74 and 4D. RGB value is (5,116,77). Sum of RGB (Red+Green+Blue) = 5+116+77=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #05744D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05744D is #FA8BB2. Grayscale: #4E4E4E. Windows color (decimal): -16419763 or 5075973. OLE color: 5075973.

HSL color Cylindrical-coordinate representation of color #05744D: hue angle of 158.92º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05744D is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB511677-
CMYK0.9600.340.55
HSL158.92º91.74%23.73%-
HSV(B)158.92º95.69%45.49%-
XYZ7.6513.069.14-
YUV78.37127.2375.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.53%
GREEN value IS 116 (45.70% from 255) = 58.59%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=2.53%
G=58.59%
B=38.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5116770.9600.340.55158.9291.7423.73
Hex5744D60022379f5c18
Octal51641151400426723713430
Binary101111010010011011100000010001011011110011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05744D; }

 p { color: rgb(5,116,77); }

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

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

 a { background-color: rgb(5,116,77); }

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

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

 span { border-color: rgb(5,116,77); }

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