#657252

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

Shades of Willow Grove #657252

Tints of Willow Grove #657252

Color information

#657252 (or 0x657252) is unknown color: approx Willow Grove. HEX triplet: 65, 72 and 52. RGB value is (101,114,82). Sum of RGB (Red+Green+Blue) = 101+114+82=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #657252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657252 is #9A8DAD. Grayscale: #6A6A6A. Windows color (decimal): -10128814 or 5403237. OLE color: 5403237.

HSL color Cylindrical-coordinate representation of color #657252: hue angle of 84.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #657252 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB10111482-
CMYK0.1100.280.55
HSL84.38º16.33%38.43%-
HSV(B)84.38º28.07%44.71%-
XYZ12.9115.4110.28-
YUV106.46114.19124.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=34.01%
G=38.38%
B=27.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101114820.1100.280.5584.3816.3338.43
Hex657252B01C37541026
Octal14516212213034671242046
Binary1100101111001010100101011011100110111101010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657252; }

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

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

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

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

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

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

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

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