#718243

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

Shades of Dingley #718243

Tints of Dingley #718243

Color information

#718243 (or 0x718243) is unknown color: approx Dingley. HEX triplet: 71, 82 and 43. RGB value is (113,130,67). Sum of RGB (Red+Green+Blue) = 113+130+67=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #718243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718243 is #8E7DBC. Grayscale: #757575. Windows color (decimal): -9338301 or 4424305. OLE color: 4424305.

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

Color convert

RGB11313067-
CMYK0.1300.480.49
HSL76.19º31.98%38.63%-
HSV(B)76.19º48.46%50.98%-
XYZ15.8119.888.31-
YUV117.7499.37124.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 67 (26.56% from 255) = 21.61%
R=36.45%
G=41.94%
B=21.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113130670.1300.480.4976.1931.9838.63
Hex718243D030314c2027
Octal16120210315060611144047
Binary1110001100000101000011110101100001100011001100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718243; }

 p { color: rgb(113,130,67); }

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

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

 a { background-color: rgb(113,130,67); }

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

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

 span { border-color: rgb(113,130,67); }

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