#657250

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

Shades of Willow Grove #657250

Tints of Willow Grove #657250

Color information

#657250 (or 0x657250) is unknown color: approx Willow Grove. HEX triplet: 65, 72 and 50. RGB value is (101,114,80). Sum of RGB (Red+Green+Blue) = 101+114+80=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #657250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657250 is #9A8DAF. Grayscale: #6A6A6A. Windows color (decimal): -10128816 or 5272165. OLE color: 5272165.

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

Color convert

RGB10111480-
CMYK0.1100.300.55
HSL82.94º17.53%38.04%-
HSV(B)82.94º29.82%44.71%-
XYZ12.8315.389.88-
YUV106.24113.19124.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.24%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=34.24%
G=38.64%
B=27.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101114800.1100.300.5582.9417.5338.04
Hex657250B01E37531226
Octal14516212013036671232246
Binary1100101111001010100001011011110110111101001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657250; }

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

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

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

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

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

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

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

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