Html Css Color HEX #718349 Dingley

📋 copy color: '#718349'

red 113 ◦ green 131 ◦ blue 73

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

Shades of Dingley #718349

Tints of Dingley #718349

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.32%

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

R = 35.65%
G = 41.32%
B = 23.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#718349 (or 0x718349) is known color: Dingley. HEX triplet: 71, 83 and 49. RGB value is (113,131,73). Sum of RGB (Red+Green+Blue) = 113+131+73=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #718349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718349 is #8E7CB6. Grayscale: #777777. Windows color (decimal): -9338039 or 4817777. OLE color: 4817777.

HSL color Cylindrical-coordinate representation of color #718349: hue angle of 78.62º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #718349 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 73 -
CMYK 0.14 0 0.44 0.49
HSL 78.62º 0.28% 0.4% -
HSV(B) 78.62º 0.44% 0.51% -
XYZ 16.13 20.22 9.36 -
YUV 119.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 113 131 73 0.14 0 0.44 0.49 78.62 0.28 0.4
Hex 71 83 49 E 0 2C 31 4F 1C 28
Octal 161 203 111 16 0 54 61 117 34 50
Binary 1110001 10000011 1001001 1110 0 101100 110001 1001111 11100 101000

Color Harmonies of #718349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718349

Black with #718349

Text Example


Text Example

White with #718349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718349; }

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

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

background-color css

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

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

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

border-color css

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

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

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