#343934

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

Shades of Timber Green #343934

Tints of Timber Green #343934

Color information

#343934 (or 0x343934) is unknown color: approx Timber Green. HEX triplet: 34, 39 and 34. RGB value is (52,57,52). Sum of RGB (Red+Green+Blue) = 52+57+52=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 57 - color contains mainly: green. Hex color #343934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343934 is #CBC6CB. Grayscale: #363636. Windows color (decimal): -13354700 or 3422516. OLE color: 3422516.

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

Color convert

RGB525752-
CMYK0.0900.090.78
HSL120º4.59%21.37%-
HSV(B)120º8.77%22.35%-
XYZ3.53.93.82-
YUV54.93126.34125.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 52 (20.70% from 255) = 32.30%
R=32.30%
G=35.40%
B=32.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257520.0900.090.781204.5921.37
Hex3439349094E78515
Octal64716411011116170525
Binary1101001110011101001001010011001110111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343934; }

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

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

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

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

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

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

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

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