#343D36

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

Shades of Timber Green #343D36

Tints of Timber Green #343D36

Color information

#343D36 (or 0x343D36) is unknown color: approx Timber Green. HEX triplet: 34, 3D and 36. RGB value is (52,61,54). Sum of RGB (Red+Green+Blue) = 52+61+54=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 61 - color contains mainly: green. Hex color #343D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D36 is #CBC2C9. Grayscale: #393939. Windows color (decimal): -13353674 or 3554612. OLE color: 3554612.

HSL color Cylindrical-coordinate representation of color #343D36: hue angle of 133.33º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #343D36 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.

Color convert

RGB526154-
CMYK0.1500.110.76
HSL133.33º7.96%22.16%-
HSV(B)133.33º14.75%23.92%-
XYZ3.754.334.13-
YUV57.51126.02124.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 61 (24.22% from 255) = 36.53%
BLUE value IS 54 (21.48% from 255) = 32.34%
R=31.14%
G=36.53%
B=32.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5261540.1500.110.76133.337.9622.16
Hex343D36F0B4C85816
Octal647566170131142051026
Binary110100111101110110111101011100110010000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343D36; }

 p { color: rgb(52,61,54); }

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

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

 a { background-color: rgb(52,61,54); }

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

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

 span { border-color: rgb(52,61,54); }

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