#656A40

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

Shades of Woodland #656A40

Tints of Woodland #656A40

Color information

#656A40 (or 0x656A40) is unknown color: approx Woodland. HEX triplet: 65, 6A and 40. RGB value is (101,106,64). Sum of RGB (Red+Green+Blue) = 101+106+64=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 106 - color contains mainly: green. Hex color #656A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656A40 is #9A95BF. Grayscale: #636363. Windows color (decimal): -10130880 or 4221541. OLE color: 4221541.

HSL color Cylindrical-coordinate representation of color #656A40: hue angle of 67.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #656A40 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB10110664-
CMYK0.0500.400.58
HSL67.14º24.71%33.33%-
HSV(B)67.14º39.62%41.57%-
XYZ11.4513.446.84-
YUV99.72107.84128.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.27%
GREEN value IS 106 (41.80% from 255) = 39.11%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=37.27%
G=39.11%
B=23.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101106640.0500.400.5867.1424.7133.33
Hex656A4050283A431921
Octal1451521005050721033141
Binary1100101110101010000001010101000111010100001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656A40; }

 p { color: rgb(101,106,64); }

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

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

 a { background-color: rgb(101,106,64); }

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

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

 span { border-color: rgb(101,106,64); }

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