#718b42

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

Shades of Dingley #718B42

Tints of Dingley #718B42

Color information

#718B42 (or 0x718B42) is unknown color: approx Dingley. HEX triplet: 71, 8B and 42. RGB value is (113,139,66). Sum of RGB (Red+Green+Blue) = 113+139+66=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #718B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718B42 is #8E74BD. Grayscale: #7B7B7B. Windows color (decimal): -9335998 or 4361073. OLE color: 4361073.

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

Color convert

RGB11313966-
CMYK0.1900.530.45
HSL81.37º35.61%40.2%-
HSV(B)81.37º52.52%54.51%-
XYZ17.0322.378.57-
YUV122.995.89120.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 139 (54.69% from 255) = 43.71%
BLUE value IS 66 (26.17% from 255) = 20.75%
R=35.53%
G=43.71%
B=20.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113139660.1900.530.4581.3735.6140.2
Hex718B42130352D512428
Octal16121310223065551214450
Binary11100011000101110000101001101101011011011010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718b42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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