#718B4C

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

Shades of Dingley #718B4C

Tints of Dingley #718B4C

Color information

#718B4C (or 0x718B4C) is unknown color: approx Dingley. HEX triplet: 71, 8B and 4C. RGB value is (113,139,76). Sum of RGB (Red+Green+Blue) = 113+139+76=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 139 - color contains mainly: green. Hex color #718B4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718B4C is #8E74B3. Grayscale: #7C7C7C. Windows color (decimal): -9335988 or 5016433. OLE color: 5016433.

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

Color convert

RGB11313976-
CMYK0.1900.450.45
HSL84.76º29.3%42.16%-
HSV(B)84.76º45.32%54.51%-
XYZ17.3522.510.27-
YUV124.04100.89120.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 139 (54.69% from 255) = 42.38%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=34.45%
G=42.38%
B=23.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113139760.1900.450.4584.7629.342.16
Hex718B4C1302D2D551d2a
Octal16121311423055551253552
Binary1110001100010111001100100110101101101101101010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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