#657450

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

Shades of Willow Grove #657450

Tints of Willow Grove #657450

Color information

#657450 (or 0x657450) is unknown color: approx Willow Grove. HEX triplet: 65, 74 and 50. RGB value is (101,116,80). Sum of RGB (Red+Green+Blue) = 101+116+80=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #657450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657450 is #9A8BAF. Grayscale: #6B6B6B. Windows color (decimal): -10128304 or 5272677. OLE color: 5272677.

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

Color convert

RGB10111680-
CMYK0.1300.310.55
HSL85º18.37%38.43%-
HSV(B)85º31.03%45.49%-
XYZ13.0615.849.96-
YUV107.41112.53123.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 80 (31.64% from 255) = 26.94%
R=34.01%
G=39.06%
B=26.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101116800.1300.310.558518.3738.43
Hex657450D01F37551226
Octal14516412015037671252246
Binary1100101111010010100001101011111110111101010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657450; }

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

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

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

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

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

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

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

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