#718644

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

Shades of Dingley #718644

Tints of Dingley #718644

Color information

#718644 (or 0x718644) is unknown color: approx Dingley. HEX triplet: 71, 86 and 44. RGB value is (113,134,68). Sum of RGB (Red+Green+Blue) = 113+134+68=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #718644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718644 is #8E79BB. Grayscale: #787878. Windows color (decimal): -9337276 or 4490865. OLE color: 4490865.

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

Color convert

RGB11313468-
CMYK0.1600.490.47
HSL79.09º32.67%39.61%-
HSV(B)79.09º49.25%52.55%-
XYZ16.3820.988.65-
YUV120.298.54122.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 134 (52.73% from 255) = 42.54%
BLUE value IS 68 (26.95% from 255) = 21.59%
R=35.87%
G=42.54%
B=21.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113134680.1600.490.4779.0932.6739.61
Hex718644100312F4f2128
Octal16120610420061571174150
Binary11100011000011010001001000001100011011111001111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718644; }

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

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

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

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

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

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

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

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