#718550

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

Shades of Willow Grove #718550

Tints of Willow Grove #718550

Color information

#718550 (or 0x718550) is unknown color: approx Willow Grove. HEX triplet: 71, 85 and 50. RGB value is (113,133,80). Sum of RGB (Red+Green+Blue) = 113+133+80=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #718550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718550 is #8E7AAF. Grayscale: #797979. Windows color (decimal): -9337520 or 5277041. OLE color: 5277041.

HSL color Cylindrical-coordinate representation of color #718550: hue angle of 82.64º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #718550 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB11313380-
CMYK0.1500.400.48
HSL82.64º24.88%41.76%-
HSV(B)82.64º39.85%52.16%-
XYZ16.6520.8610.74-
YUV120.98104.87122.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=34.66%
G=40.80%
B=24.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133800.1500.400.4882.6424.8841.76
Hex718550F0283053192a
Octal16120512017050601233152
Binary111000110000101101000011110101000110000101001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718550; }

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

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

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

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

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

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

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

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