Html Css Color HEX #056E49 Watercourse

📋 copy color: '#056E49'

red 5 ◦ green 110 ◦ blue 73

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

Shades of Watercourse #056E49

Tints of Watercourse #056E49

RGB

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

 GREEN value IS 110 (43.36% from 255) = 58.51%

 BLUE value IS 73 (28.91% from 255) = 38.83%

R = 2.66%
G = 58.51%
B = 38.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#056E49 (or 0x056E49) is known color: Watercourse. HEX triplet: 05, 6E and 49. RGB value is (5,110,73). Sum of RGB (Red+Green+Blue) = 5+110+73=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 110 (43.36% from 255 or 58.51% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 110 - color contains mainly: green. Hex color #056E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056E49 is #FA91B6. Grayscale: #4A4A4A. Windows color (decimal): -16421303 or 4812293. OLE color: 4812293.

HSL color Cylindrical-coordinate representation of color #056E49: hue angle of 158.86º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056E49 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 110 73 -
CMYK 0.95 0 0.34 0.57
HSL 158.86º 0.91% 0.23% -
HSV(B) 158.86º 0.95% 0.43% -
XYZ 6.84 11.67 8.19 -
YUV 74.39 127.21 78.51 -
System Red Green Blue C M Y K H S L
Decimal 5 110 73 0.95 0 0.34 0.57 158.86 0.91 0.23
Hex 5 6E 49 5F 0 22 39 9F 5B 17
Octal 5 156 111 137 0 42 71 237 133 27
Binary 101 1101110 1001001 1011111 0 100010 111001 10011111 1011011 10111

Color Harmonies of #056E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056E49

Black with #056E49

Text Example


Text Example

White with #056E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056E49; }

 p { color: rgb(5,110,73); }

 H1.HeaderClassName
 {
   color: #056E49;
 }
 .AnyTagClassName
 {
   color: #056E49;
 }
</style>

background-color css

<style>
 a { background-color: #056E49; }

 a { background-color: rgb(5,110,73); }

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

border-color css

<style>
 span { border-color: #056E49; }

 span { border-color: rgb(5,110,73); }

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