#646D40

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

Shades of Woodland #646D40

Tints of Woodland #646D40

Color information

#646D40 (or 0x646D40) is unknown color: approx Woodland. HEX triplet: 64, 6D and 40. RGB value is (100,109,64). Sum of RGB (Red+Green+Blue) = 100+109+64=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 109 - color contains mainly: green. Hex color #646D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646D40 is #9B92BF. Grayscale: #656565. Windows color (decimal): -10195648 or 4222308. OLE color: 4222308.

HSL color Cylindrical-coordinate representation of color #646D40: hue angle of 72º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #646D40 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB10010964-
CMYK0.0800.410.57
HSL72º26.01%33.92%-
HSV(B)72º41.28%42.75%-
XYZ11.6514.026.94-
YUV101.18107.02127.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.63%
GREEN value IS 109 (42.97% from 255) = 39.93%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=36.63%
G=39.93%
B=23.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100109640.0800.410.577226.0133.92
Hex646D40802939481a22
Octal14415510010051711103242
Binary11001001101101100000010000101001111001100100011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646D40; }

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

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

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

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

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

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

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

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