Html Css Color HEX #718246 Dingley

📋 copy color: '#718246'

red 113 ◦ green 130 ◦ blue 70

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

Shades of Dingley #718246

Tints of Dingley #718246

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.53%

 BLUE value IS 70 (27.73% from 255) = 22.36%

R = 36.1%
G = 41.53%
B = 22.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#718246 (or 0x718246) is known color: Dingley. HEX triplet: 71, 82 and 46. RGB value is (113,130,70). Sum of RGB (Red+Green+Blue) = 113+130+70=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #718246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718246 is #8E7DB9. Grayscale: #767676. Windows color (decimal): -9338298 or 4620913. OLE color: 4620913.

HSL color Cylindrical-coordinate representation of color #718246: hue angle of 77º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #718246 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 70 -
CMYK 0.13 0 0.46 0.49
HSL 77º 0.3% 0.39% -
HSV(B) 77º 0.46% 0.51% -
XYZ 15.9 19.92 8.8 -
YUV 118.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 113 130 70 0.13 0 0.46 0.49 77 0.3 0.39
Hex 71 82 46 D 0 2E 31 4D 1E 27
Octal 161 202 106 15 0 56 61 115 36 47
Binary 1110001 10000010 1000110 1101 0 101110 110001 1001101 11110 100111

Color Harmonies of #718246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718246

Black with #718246

Text Example


Text Example

White with #718246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718246; }

 p { color: rgb(113,130,70); }

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

background-color css

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

 a { background-color: rgb(113,130,70); }

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

border-color css

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

 span { border-color: rgb(113,130,70); }

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