Html Css Color HEX #728552 Willow Grove

📋 copy color: '#728552'

red 114 ◦ green 133 ◦ blue 82

#728552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Grove #728552

Tints of Willow Grove #728552

RGB

 RED value IS 114 (44.92% from 255) = 34.65%

 GREEN value IS 133 (52.34% from 255) = 40.43%

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 34.65%
G = 40.43%
B = 24.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#728552 (or 0x728552) is known color: Willow Grove. HEX triplet: 72, 85 and 52. RGB value is (114,133,82). Sum of RGB (Red+Green+Blue) = 114+133+82=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #728552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728552 is #8D7AAD. Grayscale: #797979. Windows color (decimal): -9271982 or 5408114. OLE color: 5408114.

HSL color Cylindrical-coordinate representation of color #728552: hue angle of 82.35º degrees, saturation: 0.24, 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 #728552 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 133 82 -
CMYK 0.14 0 0.38 0.48
HSL 82.35º 0.24% 0.42% -
HSV(B) 82.35º 0.38% 0.52% -
XYZ 16.85 20.96 11.14 -
YUV 121.51 105.71 122.65 -
System Red Green Blue C M Y K H S L
Decimal 114 133 82 0.14 0 0.38 0.48 82.35 0.24 0.42
Hex 72 85 52 E 0 26 30 52 18 2A
Octal 162 205 122 16 0 46 60 122 30 52
Binary 1110010 10000101 1010010 1110 0 100110 110000 1010010 11000 101010

Color Harmonies of #728552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728552

Black with #728552

Text Example


Text Example

White with #728552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728552; }

 p { color: rgb(114,133,82); }

 H1.HeaderClassName
 {
   color: #728552;
 }
 .AnyTagClassName
 {
   color: #728552;
 }
</style>

background-color css

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

 a { background-color: rgb(114,133,82); }

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

border-color css

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

 span { border-color: rgb(114,133,82); }

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