#05724D

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

Shades of Watercourse #05724D

Tints of Watercourse #05724D

Color information

#05724D (or 0x05724D) is unknown color: approx Watercourse. HEX triplet: 05, 72 and 4D. RGB value is (5,114,77). Sum of RGB (Red+Green+Blue) = 5+114+77=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 114 (44.92% from 255 or 58.16% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 114 - color contains mainly: green. Hex color #05724D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05724D is #FA8DB2. Grayscale: #4D4D4D. Windows color (decimal): -16420275 or 5075461. OLE color: 5075461.

HSL color Cylindrical-coordinate representation of color #05724D: hue angle of 159.63º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05724D is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB511477-
CMYK0.9600.320.55
HSL159.63º91.6%23.33%-
HSV(B)159.63º95.61%44.71%-
XYZ7.4212.69.06-
YUV77.19127.8976.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 114 (44.92% from 255) = 58.16%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=2.55%
G=58.16%
B=39.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114770.9600.320.55159.6391.623.33
Hex5724D6002037a05c17
Octal51621151400406724013427
Binary101111001010011011100000010000011011110100000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05724D; }

 p { color: rgb(5,114,77); }

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

<style>
 a { background-color: #05724D; }

 a { background-color: rgb(5,114,77); }

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

<style>
 span { border-color: #05724D; }

 span { border-color: rgb(5,114,77); }

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