#718C4B

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

Shades of Dingley #718C4B

Tints of Dingley #718C4B

Color information

#718C4B (or 0x718C4B) is unknown color: approx Dingley. HEX triplet: 71, 8C and 4B. RGB value is (113,140,75). Sum of RGB (Red+Green+Blue) = 113+140+75=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 140 - color contains mainly: green. Hex color #718C4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718C4B is #8E73B4. Grayscale: #7C7C7C. Windows color (decimal): -9335733 or 4951153. OLE color: 4951153.

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

Color convert

RGB11314075-
CMYK0.1900.460.45
HSL84.92º30.23%42.16%-
HSV(B)84.92º46.43%54.9%-
XYZ17.4622.7710.13-
YUV124.52100.05119.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 140 (55.08% from 255) = 42.68%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=34.45%
G=42.68%
B=22.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113140750.1900.460.4584.9230.2342.16
Hex718C4B1302E2D551e2a
Octal16121411323056551253652
Binary1110001100011001001011100110101110101101101010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,140,75); }

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

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

 a { background-color: rgb(113,140,75); }

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

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

 span { border-color: rgb(113,140,75); }

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