#414842

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

Shades of Timber Green #414842

Tints of Timber Green #414842

Color information

#414842 (or 0x414842) is unknown color: approx Timber Green. HEX triplet: 41, 48 and 42. RGB value is (65,72,66). Sum of RGB (Red+Green+Blue) = 65+72+66=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 72 - color contains mainly: green. Hex color #414842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414842 is #BEB7BD. Grayscale: #454545. Windows color (decimal): -12498878 or 4343873. OLE color: 4343873.

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

Color convert

RGB657266-
CMYK0.1000.080.72
HSL128.57º5.11%26.86%-
HSV(B)128.57º9.72%28.24%-
XYZ5.486.156.05-
YUV69.22126.18124.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 72 (28.52% from 255) = 35.47%
BLUE value IS 66 (26.17% from 255) = 32.51%
R=32.02%
G=35.47%
B=32.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6572660.1000.080.72128.575.1126.86
Hex414842A08488151b
Octal10111010212010110201533
Binary10000011001000100001010100100010010001000000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414842; }

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

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

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

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

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

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

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

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