#05724E

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

Shades of Watercourse #05724E

Tints of Watercourse #05724E

Color information

#05724E (or 0x05724E) is unknown color: approx Watercourse. HEX triplet: 05, 72 and 4E. RGB value is (5,114,78). Sum of RGB (Red+Green+Blue) = 5+114+78=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #05724E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05724E is #FA8DB1. Grayscale: #4D4D4D. Windows color (decimal): -16420274 or 5140997. OLE color: 5140997.

HSL color Cylindrical-coordinate representation of color #05724E: hue angle of 160.18º 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 #05724E is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB511478-
CMYK0.9600.320.55
HSL160.18º91.6%23.33%-
HSV(B)160.18º95.61%44.71%-
XYZ7.4612.629.25-
YUV77.3128.3976.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 114 (44.92% from 255) = 57.87%
BLUE value IS 78 (30.86% from 255) = 39.59%
R=2.54%
G=57.87%
B=39.59%

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
Decimal5114780.9600.320.55160.1891.623.33
Hex5724E6002037a05c17
Octal51621161400406724013427
Binary101111001010011101100000010000011011110100000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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