#718553

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

Shades of Willow Grove #718553

Tints of Willow Grove #718553

Color information

#718553 (or 0x718553) is unknown color: approx Willow Grove. HEX triplet: 71, 85 and 53. RGB value is (113,133,83). Sum of RGB (Red+Green+Blue) = 113+133+83=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #718553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718553 is #8E7AAC. Grayscale: #797979. Windows color (decimal): -9337517 or 5473649. OLE color: 5473649.

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

Color convert

RGB11313383-
CMYK0.1500.380.48
HSL84º23.15%42.35%-
HSV(B)84º37.59%52.16%-
XYZ16.7620.9111.34-
YUV121.32106.37122.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 83 (32.81% from 255) = 25.23%
R=34.35%
G=40.43%
B=25.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133830.1500.380.488423.1542.35
Hex718553F0263054172a
Octal16120512317046601242752
Binary111000110000101101001111110100110110000101010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718553; }

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

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

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

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

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

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

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

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