#718844

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

Shades of Dingley #718844

Tints of Dingley #718844

Color information

#718844 (or 0x718844) is unknown color: approx Dingley. HEX triplet: 71, 88 and 44. RGB value is (113,136,68). Sum of RGB (Red+Green+Blue) = 113+136+68=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #718844 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718844 is #8E77BB. Grayscale: #797979. Windows color (decimal): -9336764 or 4491377. OLE color: 4491377.

HSL color Cylindrical-coordinate representation of color #718844: hue angle of 80.29º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #718844 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB11313668-
CMYK0.1700.500.47
HSL80.29º33.33%40%-
HSV(B)80.29º50%53.33%-
XYZ16.6621.548.75-
YUV121.3797.88122.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 136 (53.52% from 255) = 42.90%
BLUE value IS 68 (26.95% from 255) = 21.45%
R=35.65%
G=42.90%
B=21.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113136680.1700.500.4780.2933.3340
Hex718844110322F502128
Octal16121010421062571204150
Binary11100011000100010001001000101100101011111010000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718844; }

 p { color: rgb(113,136,68); }

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

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

 a { background-color: rgb(113,136,68); }

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

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

 span { border-color: rgb(113,136,68); }

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