#404641

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

Shades of Timber Green #404641

Tints of Timber Green #404641

Color information

#404641 (or 0x404641) is unknown color: approx Timber Green. HEX triplet: 40, 46 and 41. RGB value is (64,70,65). Sum of RGB (Red+Green+Blue) = 64+70+65=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 70 - color contains mainly: green. Hex color #404641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404641 is #BFB9BE. Grayscale: #434343. Windows color (decimal): -12564927 or 4277824. OLE color: 4277824.

HSL color Cylindrical-coordinate representation of color #404641: hue angle of 130º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #404641 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB647065-
CMYK0.0900.070.73
HSL130º4.48%26.27%-
HSV(B)130º8.57%27.45%-
XYZ5.265.855.85-
YUV67.64126.51125.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 65 (25.78% from 255) = 32.66%
R=32.16%
G=35.18%
B=32.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470650.0900.070.731304.4826.27
Hex404641907498241a
Octal1001061011107111202432
Binary1000000100011010000011001011110010011000001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404641; }

 p { color: rgb(64,70,65); }

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

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

 a { background-color: rgb(64,70,65); }

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

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

 span { border-color: rgb(64,70,65); }

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