#718544

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

Shades of Dingley #718544

Tints of Dingley #718544

Color information

#718544 (or 0x718544) is unknown color: approx Dingley. HEX triplet: 71, 85 and 44. RGB value is (113,133,68). Sum of RGB (Red+Green+Blue) = 113+133+68=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #718544 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718544 is #8E7ABB. Grayscale: #777777. Windows color (decimal): -9337532 or 4490609. OLE color: 4490609.

HSL color Cylindrical-coordinate representation of color #718544: hue angle of 78.46º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #718544 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB11313368-
CMYK0.1500.490.48
HSL78.46º32.34%39.41%-
HSV(B)78.46º48.87%52.16%-
XYZ16.2420.78.61-
YUV119.6198.87123.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 68 (26.95% from 255) = 21.66%
R=35.99%
G=42.36%
B=21.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133680.1500.490.4878.4632.3439.41
Hex718544F031304e2027
Octal16120510417061601164047
Binary1110001100001011000100111101100011100001001110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718544; }

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

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

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

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

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

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

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

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