#05714E

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

Shades of Watercourse #05714E

Tints of Watercourse #05714E

Color information

#05714E (or 0x05714E) is unknown color: approx Watercourse. HEX triplet: 05, 71 and 4E. RGB value is (5,113,78). Sum of RGB (Red+Green+Blue) = 5+113+78=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #05714E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05714E is #FA8EB1. Grayscale: #4C4C4C. Windows color (decimal): -16420530 or 5140741. OLE color: 5140741.

HSL color Cylindrical-coordinate representation of color #05714E: hue angle of 160.56º degrees, saturation: 0.92, 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 #05714E is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB511378-
CMYK0.9600.310.56
HSL160.56º91.53%23.14%-
HSV(B)160.56º95.58%44.31%-
XYZ7.3412.399.21-
YUV76.72128.7276.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 113 (44.53% from 255) = 57.65%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=2.55%
G=57.65%
B=39.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5113780.9600.310.56160.5691.5323.14
Hex5714E6001F38a15c17
Octal51611161400377024113427
Binary10111100011001110110000001111111100010100001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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