#05784C

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

Shades of Watercourse #05784C

Tints of Watercourse #05784C

Color information

#05784C (or 0x05784C) is unknown color: approx Watercourse. HEX triplet: 05, 78 and 4C. RGB value is (5,120,76). Sum of RGB (Red+Green+Blue) = 5+120+76=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 120 (47.27% from 255 or 59.70% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 120 - color contains mainly: green. Hex color #05784C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05784C is #FA87B3. Grayscale: #505050. Windows color (decimal): -16418740 or 5011461. OLE color: 5011461.

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

Color convert

RGB512076-
CMYK0.9600.370.53
HSL157.04º92%24.51%-
HSV(B)157.04º95.83%47.06%-
XYZ8.0813.999.11-
YUV80.6125.474.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.49%
GREEN value IS 120 (47.27% from 255) = 59.70%
BLUE value IS 76 (30.08% from 255) = 37.81%
R=2.49%
G=59.70%
B=37.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5120760.9600.370.53157.049224.51
Hex5784C60025359d5c19
Octal51701141400456523513431
Binary101111100010011001100000010010111010110011101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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