Html Css Color HEX #05724A Watercourse

📋 copy color: '#05724A'

red 5 ◦ green 114 ◦ blue 74

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

Shades of Watercourse #05724A

Tints of Watercourse #05724A

RGB

 RED value IS 5 (2.34% from 255) = 2.59%

 GREEN value IS 114 (44.92% from 255) = 59.07%

 BLUE value IS 74 (29.3% from 255) = 38.34%

R = 2.59%
G = 59.07%
B = 38.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#05724A (or 0x05724A) is known color: Watercourse. HEX triplet: 05, 72 and 4A. RGB value is (5,114,74). Sum of RGB (Red+Green+Blue) = 5+114+74=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #05724A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05724A is #FA8DB5. Grayscale: #4C4C4C. Windows color (decimal): -16420278 or 4878853. OLE color: 4878853.

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

Color convert

RGB 5 114 74 -
CMYK 0.96 0 0.35 0.55
HSL 157.98º 0.92% 0.23% -
HSV(B) 157.98º 0.96% 0.45% -
XYZ 7.32 12.56 8.52 -
YUV 76.85 126.39 76.75 -
System Red Green Blue C M Y K H S L
Decimal 5 114 74 0.96 0 0.35 0.55 157.98 0.92 0.23
Hex 5 72 4A 60 0 23 37 9E 5C 17
Octal 5 162 112 140 0 43 67 236 134 27
Binary 101 1110010 1001010 1100000 0 100011 110111 10011110 1011100 10111

Color Harmonies of #05724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05724A

Black with #05724A

Text Example


Text Example

White with #05724A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05724A;
 }
 .AnyTagClassName
 {
   color: #05724A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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