#728253

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

Shades of Willow Grove #728253

Tints of Willow Grove #728253

Color information

#728253 (or 0x728253) is unknown color: approx Willow Grove. HEX triplet: 72, 82 and 53. RGB value is (114,130,83). Sum of RGB (Red+Green+Blue) = 114+130+83=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #728253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728253 is #8D7DAC. Grayscale: #787878. Windows color (decimal): -9272749 or 5472882. OLE color: 5472882.

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

Color convert

RGB11413083-
CMYK0.1200.360.49
HSL80.43º22.07%41.76%-
HSV(B)80.43º36.15%50.98%-
XYZ16.4820.1711.21-
YUV119.86107.2123.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 83 (32.81% from 255) = 25.38%
R=34.86%
G=39.76%
B=25.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114130830.1200.360.4980.4322.0741.76
Hex728253C0243150162a
Octal16220212314044611202652
Binary111001010000010101001111000100100110001101000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728253; }

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

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

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

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

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

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

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

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