#343A34

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

Shades of Timber Green #343A34

Tints of Timber Green #343A34

Color information

#343A34 (or 0x343A34) is unknown color: approx Timber Green. HEX triplet: 34, 3A and 34. RGB value is (52,58,52). Sum of RGB (Red+Green+Blue) = 52+58+52=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 58 - color contains mainly: green. Hex color #343A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A34 is #CBC5CB. Grayscale: #373737. Windows color (decimal): -13354444 or 3422772. OLE color: 3422772.

HSL color Cylindrical-coordinate representation of color #343A34: hue angle of 120º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #343A34 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB525852-
CMYK0.1000.100.77
HSL120º5.45%21.57%-
HSV(B)120º10.34%22.75%-
XYZ3.5543.83-
YUV55.52126.01125.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 58 (23.05% from 255) = 35.80%
BLUE value IS 52 (20.70% from 255) = 32.10%
R=32.10%
G=35.80%
B=32.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5258520.1000.100.771205.4521.57
Hex343A34A0A4D78516
Octal64726412012115170526
Binary1101001110101101001010010101001101111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,58,52); }

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

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

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

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

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

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

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