Html Css Color HEX #404341 Timber Green

📋 copy color: '#404341'

red 64 ◦ green 67 ◦ blue 65

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

Shades of Timber Green #404341

Tints of Timber Green #404341

RGB

 RED value IS 64 (25.39% from 255) = 32.65%

 GREEN value IS 67 (26.56% from 255) = 34.18%

 BLUE value IS 65 (25.78% from 255) = 33.16%

R = 32.65%
G = 34.18%
B = 33.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#404341 (or 0x404341) is known color: Timber Green. HEX triplet: 40, 43 and 41. RGB value is (64,67,65). Sum of RGB (Red+Green+Blue) = 64+67+65=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 67 - color contains mainly: green. Hex color #404341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404341 is #BFBCBE. Grayscale: #414141. Windows color (decimal): -12565695 or 4277056. OLE color: 4277056.

HSL color Cylindrical-coordinate representation of color #404341: hue angle of 140º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #404341 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 67 65 -
CMYK 0.04 0 0.03 0.74
HSL 140º 0.02% 0.26% -
HSV(B) 140º 0.04% 0.26% -
XYZ 5.08 5.49 5.79 -
YUV 65.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 64 67 65 0.04 0 0.03 0.74 140 0.02 0.26
Hex 40 43 41 4 0 3 4A 8C 2 1A
Octal 100 103 101 4 0 3 112 214 2 32
Binary 1000000 1000011 1000001 100 0 11 1001010 10001100 10 11010

Color Harmonies of #404341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404341

Black with #404341

Text Example


Text Example

White with #404341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404341; }

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

 H1.HeaderClassName
 {
   color: #404341;
 }
 .AnyTagClassName
 {
   color: #404341;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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