#343E34

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

Shades of Timber Green #343E34

Tints of Timber Green #343E34

Color information

#343E34 (or 0x343E34) is unknown color: approx Timber Green. HEX triplet: 34, 3E and 34. RGB value is (52,62,52). Sum of RGB (Red+Green+Blue) = 52+62+52=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 62 - color contains mainly: green. Hex color #343E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E34 is #CBC1CB. Grayscale: #393939. Windows color (decimal): -13353420 or 3423796. OLE color: 3423796.

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

Color convert

RGB526252-
CMYK0.1600.160.76
HSL120º8.77%22.35%-
HSV(B)120º16.13%24.31%-
XYZ3.764.423.9-
YUV57.87124.69123.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.33%
GREEN value IS 62 (24.61% from 255) = 37.35%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=31.33%
G=37.35%
B=31.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5262520.1600.160.761208.7722.35
Hex343E34100104C78916
Octal647664200201141701126
Binary1101001111101101001000001000010011001111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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