#647250

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

Shades of Willow Grove #647250

Tints of Willow Grove #647250

Color information

#647250 (or 0x647250) is unknown color: approx Willow Grove. HEX triplet: 64, 72 and 50. RGB value is (100,114,80). Sum of RGB (Red+Green+Blue) = 100+114+80=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #647250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647250 is #9B8DAF. Grayscale: #6A6A6A. Windows color (decimal): -10194352 or 5272164. OLE color: 5272164.

HSL color Cylindrical-coordinate representation of color #647250: hue angle of 84.71º 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 #647250 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB10011480-
CMYK0.1200.300.55
HSL84.71º17.53%38.04%-
HSV(B)84.71º29.82%44.71%-
XYZ12.7215.329.88-
YUV105.94113.36123.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.01%
GREEN value IS 114 (44.92% from 255) = 38.78%
BLUE value IS 80 (31.64% from 255) = 27.21%
R=34.01%
G=38.78%
B=27.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100114800.1200.300.5584.7117.5338.04
Hex647250C01E37551226
Octal14416212014036671252246
Binary1100100111001010100001100011110110111101010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647250; }

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

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

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

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

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

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

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

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