#05744E

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

Shades of Watercourse #05744E

Tints of Watercourse #05744E

Color information

#05744E (or 0x05744E) is unknown color: approx Watercourse. HEX triplet: 05, 74 and 4E. RGB value is (5,116,78). Sum of RGB (Red+Green+Blue) = 5+116+78=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 116 (45.70% from 255 or 58.29% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 116 - color contains mainly: green. Hex color #05744E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05744E is #FA8BB1. Grayscale: #4E4E4E. Windows color (decimal): -16419762 or 5141509. OLE color: 5141509.

HSL color Cylindrical-coordinate representation of color #05744E: hue angle of 159.46º 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 #05744E is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB511678-
CMYK0.9600.330.55
HSL159.46º91.74%23.73%-
HSV(B)159.46º95.69%45.49%-
XYZ7.6813.079.33-
YUV78.48127.7375.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 116 (45.70% from 255) = 58.29%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=2.51%
G=58.29%
B=39.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5116780.9600.330.55159.4691.7423.73
Hex5744E60021379f5c18
Octal51641161400416723713430
Binary101111010010011101100000010000111011110011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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