#05784B

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

Shades of Watercourse #05784B

Tints of Watercourse #05784B

Color information

#05784B (or 0x05784B) is unknown color: approx Watercourse. HEX triplet: 05, 78 and 4B. RGB value is (5,120,75). Sum of RGB (Red+Green+Blue) = 5+120+75=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 120 (47.27% from 255 or 60% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 120 - color contains mainly: green. Hex color #05784B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05784B is #FA87B4. Grayscale: #505050. Windows color (decimal): -16418741 or 4945925. OLE color: 4945925.

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

Color convert

RGB512075-
CMYK0.9600.370.53
HSL156.52º92%24.51%-
HSV(B)156.52º95.83%47.06%-
XYZ8.0513.978.93-
YUV80.48124.974.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 120 (47.27% from 255) = 60%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=2.5%
G=60%
B=37.5%

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
Decimal5120750.9600.370.53156.529224.51
Hex5784B60025359d5c19
Octal51701131400456523513431
Binary101111100010010111100000010010111010110011101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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