#05774E

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

Shades of Watercourse #05774E

Tints of Watercourse #05774E

Color information

#05774E (or 0x05774E) is unknown color: approx Watercourse. HEX triplet: 05, 77 and 4E. RGB value is (5,119,78). Sum of RGB (Red+Green+Blue) = 5+119+78=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #05774E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05774E is #FA88B1. Grayscale: #505050. Windows color (decimal): -16418994 or 5142277. OLE color: 5142277.

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

Color convert

RGB511978-
CMYK0.9600.340.53
HSL158.42º91.94%24.31%-
HSV(B)158.42º95.8%46.67%-
XYZ8.0313.789.44-
YUV80.24126.7374.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 119 (46.88% from 255) = 58.91%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=2.48%
G=58.91%
B=38.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5119780.9600.340.53158.4291.9424.31
Hex5774E60022359e5c18
Octal51671161400426523613430
Binary101111011110011101100000010001011010110011110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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