#718350

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

Shades of Willow Grove #718350

Tints of Willow Grove #718350

Color information

#718350 (or 0x718350) is unknown color: approx Willow Grove. HEX triplet: 71, 83 and 50. RGB value is (113,131,80). Sum of RGB (Red+Green+Blue) = 113+131+80=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #718350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718350 is #8E7CAF. Grayscale: #777777. Windows color (decimal): -9338032 or 5276529. OLE color: 5276529.

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

Color convert

RGB11313180-
CMYK0.1400.390.49
HSL81.18º24.17%41.37%-
HSV(B)81.18º38.93%51.37%-
XYZ16.3720.3210.65-
YUV119.8105.54123.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 131 (51.56% from 255) = 40.43%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=34.88%
G=40.43%
B=24.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113131800.1400.390.4981.1824.1741.37
Hex718350E02731511829
Octal16120312016047611213051
Binary111000110000011101000011100100111110001101000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718350; }

 p { color: rgb(113,131,80); }

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

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

 a { background-color: rgb(113,131,80); }

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

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

 span { border-color: rgb(113,131,80); }

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