#616E52

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

Shades of Willow Grove #616E52

Tints of Willow Grove #616E52

Color information

#616E52 (or 0x616E52) is unknown color: approx Willow Grove. HEX triplet: 61, 6E and 52. RGB value is (97,110,82). Sum of RGB (Red+Green+Blue) = 97+110+82=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 110 - color contains mainly: green. Hex color #616E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E52 is #9E91AD. Grayscale: #676767. Windows color (decimal): -10391982 or 5402209. OLE color: 5402209.

HSL color Cylindrical-coordinate representation of color #616E52: hue angle of 87.86º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #616E52 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB9711082-
CMYK0.1200.250.57
HSL87.86º14.58%37.65%-
HSV(B)87.86º25.45%43.14%-
XYZ12.0314.310.11-
YUV102.92116.19123.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.56%
GREEN value IS 110 (43.36% from 255) = 38.06%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=33.56%
G=38.06%
B=28.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97110820.1200.250.5787.8614.5837.65
Hex616E52C0193958f26
Octal14115612214031711301746
Binary110000111011101010010110001100111100110110001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616E52; }

 p { color: rgb(97,110,82); }

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

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

 a { background-color: rgb(97,110,82); }

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

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

 span { border-color: rgb(97,110,82); }

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