#05784E

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

Shades of Watercourse #05784E

Tints of Watercourse #05784E

Color information

#05784E (or 0x05784E) is unknown color: approx Watercourse. HEX triplet: 05, 78 and 4E. RGB value is (5,120,78). Sum of RGB (Red+Green+Blue) = 5+120+78=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 120 (47.27% from 255 or 59.11% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 120 - color contains mainly: green. Hex color #05784E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05784E is #FA87B1. Grayscale: #505050. Windows color (decimal): -16418738 or 5142533. OLE color: 5142533.

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

Color convert

RGB512078-
CMYK0.9600.350.53
HSL158.09º92%24.51%-
HSV(B)158.09º95.83%47.06%-
XYZ8.1514.029.48-
YUV80.83126.473.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 120 (47.27% from 255) = 59.11%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=2.46%
G=59.11%
B=38.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5120780.9600.350.53158.099224.51
Hex5784E60023359e5c19
Octal51701161400436523613431
Binary101111100010011101100000010001111010110011110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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