Html Css Color HEX #05724D Watercourse

📋 copy color: '#05724D'

red 5 ◦ green 114 ◦ blue 77

#05724D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #05724D

Tints of Watercourse #05724D

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 value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#05724D (or 0x05724D) is known color: 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

RGB 5 114 77 -
CMYK 0.96 0 0.32 0.55
HSL 159.63º 0.92% 0.23% -
HSV(B) 159.63º 0.96% 0.45% -
XYZ 7.42 12.6 9.06 -
YUV 77.19 127.89 76.51 -
System Red Green Blue C M Y K H S L
Decimal 5 114 77 0.96 0 0.32 0.55 159.63 0.92 0.23
Hex 5 72 4D 60 0 20 37 A0 5C 17
Octal 5 162 115 140 0 40 67 240 134 27
Binary 101 1110010 1001101 1100000 0 100000 110111 10100000 1011100 10111

Color Harmonies of #05724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05724D

Black with #05724D

Text Example


Text Example

White with #05724D

Text Example


Text Example

HTML Codes & Css Web 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>