#718943

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

Shades of Dingley #718943

Tints of Dingley #718943

Color information

#718943 (or 0x718943) is unknown color: approx Dingley. HEX triplet: 71, 89 and 43. RGB value is (113,137,67). Sum of RGB (Red+Green+Blue) = 113+137+67=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #718943 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718943 is #8E76BC. Grayscale: #7A7A7A. Windows color (decimal): -9336509 or 4426097. OLE color: 4426097.

HSL color Cylindrical-coordinate representation of color #718943: hue angle of 80.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #718943 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB11313767-
CMYK0.1800.510.46
HSL80.57º34.31%40%-
HSV(B)80.57º51.09%53.73%-
XYZ16.7721.818.64-
YUV121.8497.05121.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 67 (26.56% from 255) = 21.14%
R=35.65%
G=43.22%
B=21.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113137670.1800.510.4680.5734.3140
Hex718943120332E512228
Octal16121110322063561214250
Binary11100011000100110000111001001100111011101010001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718943; }

 p { color: rgb(113,137,67); }

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

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

 a { background-color: rgb(113,137,67); }

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

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

 span { border-color: rgb(113,137,67); }

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