Html Css Color HEX #05744F Watercourse

📋 copy color: '#05744F'

red 5 ◦ green 116 ◦ blue 79

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

Shades of Watercourse #05744F

Tints of Watercourse #05744F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.5%

R = 2.5%
G = 58%
B = 39.5%

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

#05744F (or 0x05744F) is known color: Watercourse. HEX triplet: 05, 74 and 4F. RGB value is (5,116,79). Sum of RGB (Red+Green+Blue) = 5+116+79=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #05744F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05744F is #FA8BB0. Grayscale: #4E4E4E. Windows color (decimal): -16419761 or 5207045. OLE color: 5207045.

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

Color convert

RGB 5 116 79 -
CMYK 0.96 0 0.32 0.55
HSL 160º 0.92% 0.24% -
HSV(B) 160º 0.96% 0.45% -
XYZ 7.72 13.09 9.52 -
YUV 78.59 128.23 75.51 -
System Red Green Blue C M Y K H S L
Decimal 5 116 79 0.96 0 0.32 0.55 160 0.92 0.24
Hex 5 74 4F 60 0 20 37 A0 5C 18
Octal 5 164 117 140 0 40 67 240 134 30
Binary 101 1110100 1001111 1100000 0 100000 110111 10100000 1011100 11000

Color Harmonies of #05744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05744F

Black with #05744F

Text Example


Text Example

White with #05744F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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