Html Css Color HEX #718D4A Dingley

📋 copy color: '#718D4A'

red 113 ◦ green 141 ◦ blue 74

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

Shades of Dingley #718D4A

Tints of Dingley #718D4A

RGB

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

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

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

R = 34.45%
G = 42.99%
B = 22.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#718D4A (or 0x718D4A) is known color: Dingley. HEX triplet: 71, 8D and 4A. RGB value is (113,141,74). Sum of RGB (Red+Green+Blue) = 113+141+74=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 141 - color contains mainly: green. Hex color #718D4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718D4A is #8E72B5. Grayscale: #7D7D7D. Windows color (decimal): -9335478 or 4885873. OLE color: 4885873.

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

Color convert

RGB 113 141 74 -
CMYK 0.20 0 0.48 0.45
HSL 85.07º 0.31% 0.42% -
HSV(B) 85.07º 0.48% 0.55% -
XYZ 17.57 23.05 10 -
YUV 124.99 99.22 119.45 -
System Red Green Blue C M Y K H S L
Decimal 113 141 74 0.20 0 0.48 0.45 85.07 0.31 0.42
Hex 71 8D 4A 14 0 30 2D 55 1F 2A
Octal 161 215 112 24 0 60 55 125 37 52
Binary 1110001 10001101 1001010 10100 0 110000 101101 1010101 11111 101010

Color Harmonies of #718D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D4A

Black with #718D4A

Text Example


Text Example

White with #718D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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