Html Css Color HEX #404841 Timber Green

📋 copy color: '#404841'

red 64 ◦ green 72 ◦ blue 65

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

Shades of Timber Green #404841

Tints of Timber Green #404841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.82%

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

R = 31.84%
G = 35.82%
B = 32.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#404841 (or 0x404841) is known color: Timber Green. HEX triplet: 40, 48 and 41. RGB value is (64,72,65). Sum of RGB (Red+Green+Blue) = 64+72+65=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 72 - color contains mainly: green. Hex color #404841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404841 is #BFB7BE. Grayscale: #444444. Windows color (decimal): -12564415 or 4278336. OLE color: 4278336.

HSL color Cylindrical-coordinate representation of color #404841: hue angle of 127.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #404841 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 72 65 -
CMYK 0.11 0 0.10 0.72
HSL 127.5º 0.06% 0.27% -
HSV(B) 127.5º 0.11% 0.28% -
XYZ 5.39 6.11 5.9 -
YUV 68.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 64 72 65 0.11 0 0.10 0.72 127.5 0.06 0.27
Hex 40 48 41 B 0 A 48 80 6 1B
Octal 100 110 101 13 0 12 110 200 6 33
Binary 1000000 1001000 1000001 1011 0 1010 1001000 10000000 110 11011

Color Harmonies of #404841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404841

Black with #404841

Text Example


Text Example

White with #404841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404841; }

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

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

background-color css

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

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

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

border-color css

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

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

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