#718251

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

Shades of Willow Grove #718251

Tints of Willow Grove #718251

Color information

#718251 (or 0x718251) is unknown color: approx Willow Grove. HEX triplet: 71, 82 and 51. RGB value is (113,130,81). Sum of RGB (Red+Green+Blue) = 113+130+81=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #718251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718251 is #8E7DAE. Grayscale: #777777. Windows color (decimal): -9338287 or 5341809. OLE color: 5341809.

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

Color convert

RGB11313081-
CMYK0.1300.380.49
HSL80.82º23.22%41.37%-
HSV(B)80.82º37.69%50.98%-
XYZ16.2820.0710.8-
YUV119.33106.37123.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 81 (32.03% from 255) = 25%
R=34.88%
G=40.12%
B=25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113130810.1300.380.4980.8223.2241.37
Hex718251D02631511729
Octal16120212115046611212751
Binary111000110000010101000111010100110110001101000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718251; }

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

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

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

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

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

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

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

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