Html Css Color HEX #056E4A Watercourse

📋 copy color: '#056E4A'

red 5 ◦ green 110 ◦ blue 74

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

Shades of Watercourse #056E4A

Tints of Watercourse #056E4A

RGB

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

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

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

R = 2.65%
G = 58.2%
B = 39.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#056E4A (or 0x056E4A) is known color: Watercourse. HEX triplet: 05, 6E and 4A. RGB value is (5,110,74). Sum of RGB (Red+Green+Blue) = 5+110+74=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 110 (43.36% from 255 or 58.20% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 110 - color contains mainly: green. Hex color #056E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056E4A is #FA91B5. Grayscale: #4A4A4A. Windows color (decimal): -16421302 or 4877829. OLE color: 4877829.

HSL color Cylindrical-coordinate representation of color #056E4A: hue angle of 159.43º 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 #056E4A is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 110 74 -
CMYK 0.95 0 0.33 0.57
HSL 159.43º 0.91% 0.23% -
HSV(B) 159.43º 0.95% 0.43% -
XYZ 6.87 11.68 8.37 -
YUV 74.5 127.71 78.43 -
System Red Green Blue C M Y K H S L
Decimal 5 110 74 0.95 0 0.33 0.57 159.43 0.91 0.23
Hex 5 6E 4A 5F 0 21 39 9F 5B 17
Octal 5 156 112 137 0 41 71 237 133 27
Binary 101 1101110 1001010 1011111 0 100001 111001 10011111 1011011 10111

Color Harmonies of #056E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056E4A

Black with #056E4A

Text Example


Text Example

White with #056E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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