Html Css Color HEX #718E49 Dingley

📋 copy color: '#718E49'

red 113 ◦ green 142 ◦ blue 73

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

Shades of Dingley #718E49

Tints of Dingley #718E49

RGB

 RED value IS 113 (44.53% from 255) = 34.45%

 GREEN value IS 142 (55.86% from 255) = 43.29%

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

R = 34.45%
G = 43.29%
B = 22.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#718E49 (or 0x718E49) is known color: Dingley. HEX triplet: 71, 8E and 49. RGB value is (113,142,73). Sum of RGB (Red+Green+Blue) = 113+142+73=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 142 - color contains mainly: green. Hex color #718E49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718E49 is #8E71B6. Grayscale: #7D7D7D. Windows color (decimal): -9335223 or 4820593. OLE color: 4820593.

HSL color Cylindrical-coordinate representation of color #718E49: hue angle of 85.22º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #718E49 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 142 73 -
CMYK 0.20 0 0.49 0.44
HSL 85.22º 0.32% 0.42% -
HSV(B) 85.22º 0.49% 0.56% -
XYZ 17.69 23.34 9.88 -
YUV 125.46 98.39 119.11 -
System Red Green Blue C M Y K H S L
Decimal 113 142 73 0.20 0 0.49 0.44 85.22 0.32 0.42
Hex 71 8E 49 14 0 31 2C 55 20 2A
Octal 161 216 111 24 0 61 54 125 40 52
Binary 1110001 10001110 1001001 10100 0 110001 101100 1010101 100000 101010

Color Harmonies of #718E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718E49

Black with #718E49

Text Example


Text Example

White with #718E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,142,73); }

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

background-color css

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

 a { background-color: rgb(113,142,73); }

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

border-color css

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

 span { border-color: rgb(113,142,73); }

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