#718556

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

Shades of Willow Grove #718556

Tints of Willow Grove #718556

Color information

#718556 (or 0x718556) is unknown color: approx Willow Grove. HEX triplet: 71, 85 and 56. RGB value is (113,133,86). Sum of RGB (Red+Green+Blue) = 113+133+86=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #718556 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718556 is #8E7AA9. Grayscale: #797979. Windows color (decimal): -9337514 or 5670257. OLE color: 5670257.

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

Color convert

RGB11313386-
CMYK0.1500.350.48
HSL85.53º21.46%42.94%-
HSV(B)85.53º35.34%52.16%-
XYZ16.8820.9611.96-
YUV121.66107.87121.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 86 (33.98% from 255) = 25.90%
R=34.04%
G=40.06%
B=25.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133860.1500.350.4885.5321.4642.94
Hex718556F0233056152b
Octal16120512617043601262553
Binary111000110000101101011011110100011110000101011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718556; }

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

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

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

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

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

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

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

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