Html Css Color HEX #718B49 Dingley

📋 copy color: '#718B49'

red 113 ◦ green 139 ◦ blue 73

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

Shades of Dingley #718B49

Tints of Dingley #718B49

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.77%

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

R = 34.77%
G = 42.77%
B = 22.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#718B49 (or 0x718B49) is known color: Dingley. HEX triplet: 71, 8B and 49. RGB value is (113,139,73). Sum of RGB (Red+Green+Blue) = 113+139+73=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #718B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718B49 is #8E74B6. Grayscale: #7B7B7B. Windows color (decimal): -9335991 or 4819825. OLE color: 4819825.

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

Color convert

RGB 113 139 73 -
CMYK 0.19 0 0.47 0.45
HSL 83.64º 0.31% 0.42% -
HSV(B) 83.64º 0.47% 0.55% -
XYZ 17.25 22.46 9.73 -
YUV 123.7 99.39 120.37 -
System Red Green Blue C M Y K H S L
Decimal 113 139 73 0.19 0 0.47 0.45 83.64 0.31 0.42
Hex 71 8B 49 13 0 2F 2D 54 1F 2A
Octal 161 213 111 23 0 57 55 124 37 52
Binary 1110001 10001011 1001001 10011 0 101111 101101 1010100 11111 101010

Color Harmonies of #718B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B49

Black with #718B49

Text Example


Text Example

White with #718B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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