Html Css Color HEX #718D48 Dingley

📋 copy color: '#718D48'

red 113 ◦ green 141 ◦ blue 72

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

Shades of Dingley #718D48

Tints of Dingley #718D48

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.25%

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 34.66%
G = 43.25%
B = 22.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#718D48 (or 0x718D48) is known color: Dingley. HEX triplet: 71, 8D and 48. RGB value is (113,141,72). Sum of RGB (Red+Green+Blue) = 113+141+72=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 141 - color contains mainly: green. Hex color #718D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718D48 is #8E72B7. Grayscale: #7D7D7D. Windows color (decimal): -9335480 or 4754801. OLE color: 4754801.

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

Color convert

RGB 113 141 72 -
CMYK 0.20 0 0.49 0.45
HSL 84.35º 0.32% 0.42% -
HSV(B) 84.35º 0.49% 0.55% -
XYZ 17.5 23.03 9.65 -
YUV 124.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 113 141 72 0.20 0 0.49 0.45 84.35 0.32 0.42
Hex 71 8D 48 14 0 31 2D 54 20 2A
Octal 161 215 110 24 0 61 55 124 40 52
Binary 1110001 10001101 1001000 10100 0 110001 101101 1010100 100000 101010

Color Harmonies of #718D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D48

Black with #718D48

Text Example


Text Example

White with #718D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,141,72); }

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

background-color css

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

 a { background-color: rgb(113,141,72); }

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

border-color css

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

 span { border-color: rgb(113,141,72); }

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