Html Css Color HEX #05744D Watercourse

📋 copy color: '#05744D'

red 5 ◦ green 116 ◦ blue 77

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

Shades of Watercourse #05744D

Tints of Watercourse #05744D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 58.59%

 BLUE value IS 77 (30.47% from 255) = 38.89%

R = 2.53%
G = 58.59%
B = 38.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#05744D (or 0x05744D) is known color: Watercourse. HEX triplet: 05, 74 and 4D. RGB value is (5,116,77). Sum of RGB (Red+Green+Blue) = 5+116+77=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #05744D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05744D is #FA8BB2. Grayscale: #4E4E4E. Windows color (decimal): -16419763 or 5075973. OLE color: 5075973.

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

Color convert

RGB 5 116 77 -
CMYK 0.96 0 0.34 0.55
HSL 158.92º 0.92% 0.24% -
HSV(B) 158.92º 0.96% 0.45% -
XYZ 7.65 13.06 9.14 -
YUV 78.37 127.23 75.67 -
System Red Green Blue C M Y K H S L
Decimal 5 116 77 0.96 0 0.34 0.55 158.92 0.92 0.24
Hex 5 74 4D 60 0 22 37 9F 5C 18
Octal 5 164 115 140 0 42 67 237 134 30
Binary 101 1110100 1001101 1100000 0 100010 110111 10011111 1011100 11000

Color Harmonies of #05744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05744D

Black with #05744D

Text Example


Text Example

White with #05744D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05744D;
 }
 .AnyTagClassName
 {
   color: #05744D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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