#718453

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

Shades of Willow Grove #718453

Tints of Willow Grove #718453

Color information

#718453 (or 0x718453) is unknown color: approx Willow Grove. HEX triplet: 71, 84 and 53. RGB value is (113,132,83). Sum of RGB (Red+Green+Blue) = 113+132+83=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #718453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718453 is #8E7BAC. Grayscale: #787878. Windows color (decimal): -9337773 or 5473393. OLE color: 5473393.

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

Color convert

RGB11313283-
CMYK0.1400.370.48
HSL83.27º22.79%42.16%-
HSV(B)83.27º37.12%51.76%-
XYZ16.6220.6411.29-
YUV120.73106.71122.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 83 (32.81% from 255) = 25.30%
R=34.45%
G=40.24%
B=25.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113132830.1400.370.4883.2722.7942.16
Hex718453E0253053172a
Octal16120412316045601232752
Binary111000110000100101001111100100101110000101001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718453; }

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

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

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

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

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

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

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

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