#05704A

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

Shades of Watercourse #05704A

Tints of Watercourse #05704A

Color information

#05704A (or 0x05704A) is unknown color: approx Watercourse. HEX triplet: 05, 70 and 4A. RGB value is (5,112,74). Sum of RGB (Red+Green+Blue) = 5+112+74=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #05704A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05704A is #FA8FB5. Grayscale: #4B4B4B. Windows color (decimal): -16420790 or 4878341. OLE color: 4878341.

HSL color Cylindrical-coordinate representation of color #05704A: hue angle of 158.69º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05704A is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB511274-
CMYK0.9600.340.56
HSL158.69º91.45%22.94%-
HSV(B)158.69º95.54%43.92%-
XYZ7.0912.128.44-
YUV75.68127.0577.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.62%
GREEN value IS 112 (44.14% from 255) = 58.64%
BLUE value IS 74 (29.30% from 255) = 38.74%
R=2.62%
G=58.64%
B=38.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5112740.9600.340.56158.6991.4522.94
Hex5704A60022389f5b17
Octal51601121400427023713327
Binary101111000010010101100000010001011100010011111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05704A; }

 p { color: rgb(5,112,74); }

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

<style>
 a { background-color: #05704A; }

 a { background-color: rgb(5,112,74); }

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

<style>
 span { border-color: #05704A; }

 span { border-color: rgb(5,112,74); }

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