#718849

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

Shades of Dingley #718849

Tints of Dingley #718849

Color information

#718849 (or 0x718849) is unknown color: approx Dingley. HEX triplet: 71, 88 and 49. RGB value is (113,136,73). Sum of RGB (Red+Green+Blue) = 113+136+73=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #718849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718849 is #8E77B6. Grayscale: #7A7A7A. Windows color (decimal): -9336759 or 4819057. OLE color: 4819057.

HSL color Cylindrical-coordinate representation of color #718849: hue angle of 81.9º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #718849 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB11313673-
CMYK0.1700.460.47
HSL81.9º30.14%40.98%-
HSV(B)81.9º46.32%53.33%-
XYZ16.8221.69.59-
YUV121.94100.38121.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 136 (53.52% from 255) = 42.24%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=35.09%
G=42.24%
B=22.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113136730.1700.460.4781.930.1440.98
Hex7188491102E2F521e29
Octal16121011121056571223651
Binary1110001100010001001001100010101110101111101001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718849; }

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

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

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

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

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

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

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

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