#647450

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

Shades of Willow Grove #647450

Tints of Willow Grove #647450

Color information

#647450 (or 0x647450) is unknown color: approx Willow Grove. HEX triplet: 64, 74 and 50. RGB value is (100,116,80). Sum of RGB (Red+Green+Blue) = 100+116+80=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #647450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647450 is #9B8BAF. Grayscale: #6B6B6B. Windows color (decimal): -10193840 or 5272676. OLE color: 5272676.

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

Color convert

RGB10011680-
CMYK0.1400.310.55
HSL86.67º18.37%38.43%-
HSV(B)86.67º31.03%45.49%-
XYZ12.9515.789.95-
YUV107.11112.7122.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.78%
GREEN value IS 116 (45.70% from 255) = 39.19%
BLUE value IS 80 (31.64% from 255) = 27.03%
R=33.78%
G=39.19%
B=27.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100116800.1400.310.5586.6718.3738.43
Hex647450E01F37571226
Octal14416412016037671272246
Binary1100100111010010100001110011111110111101011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647450; }

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

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

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

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

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

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

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

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