#728257

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

Shades of Willow Grove #728257

Tints of Willow Grove #728257

Color information

#728257 (or 0x728257) is unknown color: approx Willow Grove. HEX triplet: 72, 82 and 57. RGB value is (114,130,87). Sum of RGB (Red+Green+Blue) = 114+130+87=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #728257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728257 is #8D7DA8. Grayscale: #787878. Windows color (decimal): -9272745 or 5735026. OLE color: 5735026.

HSL color Cylindrical-coordinate representation of color #728257: hue angle of 82.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #728257 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB11413087-
CMYK0.1200.330.49
HSL82.33º19.82%42.55%-
HSV(B)82.33º33.08%50.98%-
XYZ16.6420.2312.04-
YUV120.31109.2123.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 87 (34.38% from 255) = 26.28%
R=34.44%
G=39.27%
B=26.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114130870.1200.330.4982.3319.8242.55
Hex728257C0213152142b
Octal16220212714041611222453
Binary111001010000010101011111000100001110001101001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728257; }

 p { color: rgb(114,130,87); }

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

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

 a { background-color: rgb(114,130,87); }

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

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

 span { border-color: rgb(114,130,87); }

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