#718B4A

Color #718B4A Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #718B4A

Tints of Dingley #718B4A

Color information

#718B4A (or 0x718B4A) is unknown color: approx Dingley. HEX triplet: 71, 8B and 4A. RGB value is (113,139,74). Sum of RGB (Red+Green+Blue) = 113+139+74=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #718B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718B4A is #8E74B5. Grayscale: #7C7C7C. Windows color (decimal): -9335990 or 4885361. OLE color: 4885361.

HSL color Cylindrical-coordinate representation of color #718B4A: hue angle of 84º 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 #718B4A is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB11313974-
CMYK0.1900.470.45
HSL84º30.52%41.76%-
HSV(B)84º46.76%54.51%-
XYZ17.2822.479.91-
YUV123.8299.89120.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 139 (54.69% from 255) = 42.64%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=34.66%
G=42.64%
B=22.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113139740.1900.470.458430.5241.76
Hex718B4A1302F2D541f2a
Octal16121311223057551243752
Binary1110001100010111001010100110101111101101101010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #718B4A;
 }
 .AnyTagClassName
 {
   color: #718B4A;
 }
</style>
background-color css

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

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

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

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

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

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