#718542

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

Shades of Dingley #718542

Tints of Dingley #718542

Color information

#718542 (or 0x718542) is unknown color: approx Dingley. HEX triplet: 71, 85 and 42. RGB value is (113,133,66). Sum of RGB (Red+Green+Blue) = 113+133+66=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #718542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718542 is #8E7ABD. Grayscale: #777777. Windows color (decimal): -9337534 or 4359537. OLE color: 4359537.

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

Color convert

RGB11313366-
CMYK0.1500.500.48
HSL77.91º33.67%39.02%-
HSV(B)77.91º50.38%52.16%-
XYZ16.1820.688.29-
YUV119.3897.87123.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 66 (26.17% from 255) = 21.15%
R=36.22%
G=42.63%
B=21.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133660.1500.500.4877.9133.6739.02
Hex718542F032304e2227
Octal16120510217062601164247
Binary1110001100001011000010111101100101100001001110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718542; }

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

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

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

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

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

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

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

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