Html Css Color HEX #404641 Timber Green

📋 copy color: '#404641'

red 64 ◦ green 70 ◦ blue 65

#404641
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Timber Green #404641

Tints of Timber Green #404641

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 value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#404641 (or 0x404641) is known color: 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

RGB 64 70 65 -
CMYK 0.09 0 0.07 0.73
HSL 130º 0.04% 0.26% -
HSV(B) 130º 0.09% 0.27% -
XYZ 5.26 5.85 5.85 -
YUV 67.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 64 70 65 0.09 0 0.07 0.73 130 0.04 0.26
Hex 40 46 41 9 0 7 49 82 4 1A
Octal 100 106 101 11 0 7 111 202 4 32
Binary 1000000 1000110 1000001 1001 0 111 1001001 10000010 100 11010

Color Harmonies of #404641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404641

Black with #404641

Text Example


Text Example

White with #404641

Text Example


Text Example

HTML Codes & Css Web 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>