#647240

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

Shades of Woodland #647240

Tints of Woodland #647240

Color information

#647240 (or 0x647240) is unknown color: approx Woodland. HEX triplet: 64, 72 and 40. RGB value is (100,114,64). Sum of RGB (Red+Green+Blue) = 100+114+64=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #647240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647240 is #9B8DBF. Grayscale: #686868. Windows color (decimal): -10194368 or 4223588. OLE color: 4223588.

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

Color convert

RGB10011464-
CMYK0.1200.440.55
HSL76.8º28.09%34.9%-
HSV(B)76.8º43.86%44.71%-
XYZ12.215.117.12-
YUV104.11105.36125.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 114 (44.92% from 255) = 41.01%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=35.97%
G=41.01%
B=23.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100114640.1200.440.5576.828.0934.9
Hex647240C02C374d1c23
Octal14416210014054671153443
Binary11001001110010100000011000101100110111100110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647240; }

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

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

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

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

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

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

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

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