#718645

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

Shades of Dingley #718645

Tints of Dingley #718645

Color information

#718645 (or 0x718645) is unknown color: approx Dingley. HEX triplet: 71, 86 and 45. RGB value is (113,134,69). Sum of RGB (Red+Green+Blue) = 113+134+69=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #718645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718645 is #8E79BA. Grayscale: #787878. Windows color (decimal): -9337275 or 4556401. OLE color: 4556401.

HSL color Cylindrical-coordinate representation of color #718645: hue angle of 79.38º degrees, saturation: 0.32, 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 #718645 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB11313469-
CMYK0.1600.490.47
HSL79.38º32.02%39.8%-
HSV(B)79.38º48.51%52.55%-
XYZ16.4120.998.82-
YUV120.3199.04122.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 69 (27.34% from 255) = 21.84%
R=35.76%
G=42.41%
B=21.84%

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
Decimal113134690.1600.490.4779.3832.0239.8
Hex718645100312F4f2028
Octal16120610520061571174050
Binary11100011000011010001011000001100011011111001111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718645; }

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

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

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

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

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

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

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

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